Skip to content

Releases: mikel-brostrom/boxmot

Release v10.0.45

13 Nov 08:01
bfcd197
Compare
Choose a tag to compare

Increase reid mutlibackend preprocessing robustness by clipping the detections to ((0, w), (0, h)) by @Justin900429 in #1187. This error may arise if the detector generates bboxes that ends outside the input image. It happens when the detector has been trained, not following best practices (clean up your ground truth, clip the output of the model...).

Release v10.0.44

08 Nov 12:25
30162e8
Compare
Choose a tag to compare

Fix deprecated: np.float, np.int & np.bool in TrackEval
Improve BoTSORT's 2nd matching index by @Justin900429 in #1180

Release v10.0.43

08 Sep 06:58
0659241
Compare
Choose a tag to compare
  • Association bug in OCSORT and DeepOCSORT reported here fixed
  • Previous metrics
Tracker HOTA↑ MOTA↑ IDF1↑
DeepOCSORT 77.2 77.9 88.8
OCSORT 76.9 78.0 88.5
  • After fix
Tracker HOTA↑ MOTA↑ IDF1↑
DeepOCSORT 77.4 78.4 89.0
OCSORT 77.4 78.4 89.0

Release v10.0.42

30 Aug 10:54
4ea316b
Compare
Choose a tag to compare
  • ReID multibackend output is now L2 normalized. This fixed the lower DeepOCSORT performance than OCSORT
  • Updated DeepOCSORT metrics in README

Release v10.0.41

24 Aug 13:27
0b09e3d
Compare
Choose a tag to compare

Fix Hybridsort import by @Matesanz in #1091

Release v10.0.40

23 Aug 08:13
8137d55
Compare
Choose a tag to compare
  • Metrics available
  • Fix #1083

Release v10.0.39

22 Aug 11:34
f1231ee
Compare
Choose a tag to compare

Enable per class tracking in HybridSORT

Release v10.0.38

22 Aug 07:29
bf283b6
Compare
Choose a tag to compare

HybridSORT available

Release v10.0.37

17 Aug 18:18
122053a
Compare
Choose a tag to compare
  • added --vid-stride arg
  • added --save-txt args
  • Minimize BOTSORT bbox operations
  • Adapt per class tracking to new output shape (X, 7) --> (X, 8)

Release v10.0.36

16 Aug 17:10
8fede29
Compare
Choose a tag to compare
  • Fix catastrophic OCSORT det_ind bug (#1080)
  • Minimize ByteTrack bbox operations
  • Adapt BOTSORT to IoU matching changes