Model Inference#

Adding model predictions to your dataset is the bridge between training and evaluation. FiftyOne’s inference API handles this identically whether you’re using a Model Zoo model or your own, and stores whatever your model produces β€” classifications, detections, segmentations, keypoints, heatmaps, and more β€” as native FiftyOne labels.

If you’re using FiftyOne Enterprise with cloud-backed media πŸš€, download media locally within your inference loop using the media caching utilities.