v1.0
版本发布时间: 2020-12-04 19:52:41
mikel-brostrom/boxmot最新发布版本:v11.0.3(2024-10-01 16:26:21)
The goal with this release is to make a 2 stage tracker based on Yolov5 publicly available for the first time ever (according to my personal search done on github 😅)
Major updates
- Basic tracking working: Yolov5 passes detections to DeepSORT which handles the tracking .
- Updated tracker when no detections. Based on https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch/issues/21
- Adapted track script to new yolov5 v4.0 standards
Bug fixes
- PyTorch 1.7 compatibility update