Detection implementation.
Summary
Types
@type t() :: %TrackForgex.Utils.Detection{ bbox: TrackForgex.Utils.BBox.t(), class_id: integer(), score: float() }
Detection implementation.
@type t() :: %TrackForgex.Utils.Detection{ bbox: TrackForgex.Utils.BBox.t(), class_id: integer(), score: float() }