Use `MPSExecutionProvider` when selecting `MPS` as device with an ONNX model Added EfficientDet notebook example
11.0.3
More modular tests Adopt camel-case standard for tracker names Added Torchvision detection, segmentation and pose tracking examples
11.0.2
Handle None and empty np `(np.array([]))` inputs
11.0.1
- 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 (https://github.com/mikel-brostrom/boxmot/issues/1671) - BoTSORT HOTA +0.5 boost by switching cmc to ecc
11.0.0
Auto evaluation for all trackers in CI on [pre-computed standard detections and embeddings](https://drive.google.com/drive/folders/1zzzUROXYXt8NjxO1WUcwSzqD-nn7rPNr)
10.0.84
Cleanup duplicated MOT17 sequences Fix lower StrongSORT performance (https://github.com/mikel-brostrom/boxmot/issues/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