Skip to content

Releases: mikel-brostrom/boxmot

Release v11.0.9

16 Feb 12:27
6052830
Compare
Choose a tag to compare

Fix CLIP half load by @MlaikahImdad in #1820
Fix dynamic batch handling in TensorRT ReiD by @usamaimdadsian in #1817

Release v11.0.8

31 Jan 12:38
53e95b4
Compare
Choose a tag to compare

OCSORT OBB tracker by @LilBabines in #1802

Release v11.0.7

26 Jan 15:43
000cb0b
Compare
Choose a tag to compare

Support TensorRT Version 10 into TensorRT exporter and multibackend by @asakhare-zdata in #1799

Release v11.0.6

22 Nov 09:07
3d6ed29
Compare
Choose a tag to compare

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

20 Oct 20:02
Compare
Choose a tag to compare

ReID trackers speedup by preallocating crops tensor. Makes the biggest difference when the number of detections is large.

Release v11.0.4

20 Oct 16:27
Compare
Choose a tag to compare

Use MPSExecutionProvider when selecting MPS as device with an ONNX model
Added EfficientDet notebook example

Release v11.0.3

01 Oct 08:26
9b1ab41
Compare
Choose a tag to compare

More modular tests
Adopt camel-case standard for tracker names
Added Torchvision detection, segmentation and pose tracking examples

Release v11.0.2

30 Sep 13:47
dc3ff39
Compare
Choose a tag to compare

Handle None and empty np (np.array([])) inputs

Release v11.0.1

26 Sep 15:52
9acd77e
Compare
Choose a tag to compare
  • 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

24 Sep 09:52
7d05912
Compare
Choose a tag to compare

Auto evaluation for all trackers in CI on pre-computed standard detections and embeddings