TrackForgex.Utils.Detection (track_forgex v0.2.1)

Copy Markdown View Source

Detection implementation.

Summary

Types

t()

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