Advanced Inference Usage#
apply_model() isnβt limited to the task types covered above. It stores
whatever Label your model returns, including Regression values,
Polylines, TemporalDetections for video-level events, and GeoLocation
data. These have fewer end-to-end guides today, so search the
Model Zoo catalog (for example, by the video or 3d
tags) to find a model for one of these tasks, or implement a custom
Model that returns the label type you
need.