Skip to content

Releases: mikel-brostrom/boxmot

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

Release v10.0.33

10 Aug 06:29
5b54247
Compare
Choose a tag to compare
  • Detect number of classes for clip models automatically based on weights name:

    • 'market1501': 751
    • 'duke': 702
    • 'veri': 576
    • 'vehicleid': 576
    • Previously the num classes was fixed to 751 (market1501) making all the other model loadings crash
  • Custom yolov8 models can now be loaded

  • Added imgsz to yolo arguments

Release v10.0.32

09 Aug 14:25
Compare
Choose a tag to compare

Yanked. No updates

Release v10.0.31

09 Aug 09:56
ca4531d
Compare
Choose a tag to compare

Release v10.0.30

08 Aug 14:35
9ee31b3
Compare
Choose a tag to compare
  • Move save path from EXAMPLES (yolo_tracking/examples/runs) to ROOT (yolo_tracking/runs)
  • Videos / frames and .txt results are now saved to the same folder
  • Classes passed from val to track
  • Fixed file not found in colab due to modified save_dir
  • Fixed colab after all these modifications

Release v10.0.29

07 Aug 19:35
937a81e
Compare
Choose a tag to compare
  • Added warmup for ReID models
  • StrongSORT optimization (minimized bbox conversions) & cleanup

Release v10.0.28

07 Aug 10:05
d9aa252
Compare
Choose a tag to compare
  • Added LICENSE banner to all .py files
  • Deleted unused backbones

Release v10.0.27

04 Aug 21:23
eef475f
Compare
Choose a tag to compare
  • Fix dynamic input TFLite export: PINTO0309/onnx2tf#441
  • Test reid exports: torchscript, openvino, onnx and tflite
  • Set default values for bytetrack