TrackForgex.Trackers.ByteTrack.Settings (track_forgex v0.2.1)

Copy Markdown View Source

ByteTrack tracker implementation.

Summary

Types

t()

@type t() :: %TrackForgex.Trackers.ByteTrack.Settings{
  det_thresh: float(),
  match_thresh: float(),
  track_buffer: integer(),
  track_thresh: float()
}