Yolov5 DeepSort Pytorch Versions Save

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models

v10.0.65

1 month ago

v10.0.62

1 month ago

v10.0.60

1 month ago

Fix deque indexing

v10.0.59

1 month ago

All observation lists are now deques of size 50 Warmup bug fixed (https://github.com/mikel-brostrom/yolo_tracking/issues/1356)

v10.0.57

1 month ago

Per class tracking available for all trackers besides StrongSORT by --per-class

v10.0.56

2 months ago

Added custom BoxMOT plotting functionality

tracker.plot_results(img=img, show_trajectories=True)

Enabled trajectory plotting for all trackers besides StrongSORT by --show-trajectories

v10.0.55

2 months ago
  • Per class tracking now enabled for create_tracker
  • Tag and release naming fixed

v{10.0.54}

2 months ago

All trackers inherit BaseTracker