Skip to content

Releases: mikel-brostrom/boxmot

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

Release v10.0.35

12 Aug 18:50
ab7307a
Compare
Choose a tag to compare
  • Output detection index for each track in order to be able to match a pose estimation / segmentation mask to a specific track.

    • Previously the output was:

    • (x, y, x, y, id, conf, cls)

    • now it is:

    • (x, y, x, y, id, conf, cls, ind)

  • Adapted existing tests to new tracking output

  • StrongSORT fix so that it does not output predictions for non-existing detection indices inputs

Release v10.0.34

11 Aug 06:17
ee456e7
Compare
Choose a tag to compare
  • Fix load custom yolox model
  • Fix load custom yolonas model