Releases: mikel-brostrom/boxmot
Release v11.0.9
Fix CLIP half load by @MlaikahImdad in #1820
Fix dynamic batch handling in TensorRT ReiD by @usamaimdadsian in #1817
Release v11.0.8
OCSORT OBB tracker by @LilBabines in #1802
Release v11.0.7
Support TensorRT Version 10 into TensorRT exporter and multibackend by @asakhare-zdata in #1799
Release v11.0.6
Fix tracking with YOLOX by @Fleyderer in #1739
Fix evaluation using multiple YOLOs by @Fleyderer in #1733
Deleted unneeded --benchmark
and --split
args, only use --source
by @mikel-brostrom and @Fleyderer in #1746
Fix GIoU bug: #1749
Release v11.0.5
ReID trackers speedup by preallocating crops tensor. Makes the biggest difference when the number of detections is large.
Release v11.0.4
Use MPSExecutionProvider
when selecting MPS
as device with an ONNX model
Added EfficientDet notebook example
Release v11.0.3
More modular tests
Adopt camel-case standard for tracker names
Added Torchvision detection, segmentation and pose tracking examples
Release v11.0.2
Handle None and empty np (np.array([]))
inputs
Release v11.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 (#1671)
- BoTSORT HOTA +0.5 boost by switching cmc to ecc
Release v11.0.0
Auto evaluation for all trackers in CI on pre-computed standard detections and embeddings