Skip to content

Releases: mikel-brostrom/boxmot

Release v11.0.3

01 Oct 08:26
9b1ab41
Compare
Choose a tag to compare

More modular tests
Adopt camel-case standard for tracker names
Added Torchvision detection, segmentation and pose tracking examples

Release v11.0.2

30 Sep 13:47
dc3ff39
Compare
Choose a tag to compare

Handle None and empty np (np.array([])) inputs

Release v11.0.1

26 Sep 15:52
9acd77e
Compare
Choose a tag to compare
  • BoundingBoxAssociator now a class that get initiated on first frame fed to tracker, as img size is needed for centroid association
  • centroid bug now fixed (#1671)
  • BoTSORT HOTA +0.5 boost by switching cmc to ecc

Release v11.0.0

24 Sep 09:52
7d05912
Compare
Choose a tag to compare

Auto evaluation for all trackers in CI on pre-computed standard detections and embeddings

Release v10.0.84

18 Sep 22:15
965b5ec
Compare
Choose a tag to compare

Cleanup duplicated MOT17 sequences
Fix lower StrongSORT performance (#1620)
StrongSORT tested in CI
Added splitting functionality for dataset
Auto benchmark for all trackers on MOT17 using a default Yolov8x model
Auto table update in README with benchmark results

Release v10.0.83

16 Sep 07:44
9085d16
Compare
Choose a tag to compare

Implemented Height Modulated IoU (HMIoU) (https://arxiv.org/pdf/2308.00783)
Fix StrongSORT and test it in CI (#1627)

Release v10.0.82

07 Sep 09:45
eab85cd
Compare
Choose a tag to compare
  • added args descriptions to all trackers
  • optuna now upgraded to ray in evolve dependencies

Release v10.0.81

05 Sep 20:43
7662c5f
Compare
Choose a tag to compare

tracking per class decorator moved into basetracker

Release v10.0.80

05 Sep 07:58
b1c9f29
Compare
Choose a tag to compare

max_time_lost now equal to buffer_size in BoTSORT and ImprAssoc, following their original implementations (#1608)

Release v10.0.79

03 Sep 07:16
ab49d69
Compare
Choose a tag to compare

Add missing virtual trajectory tracking over occlusion periods for OCSORT, HybridSORT and DeepOCSORT (#1601)