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.