Skip to content

Yolov5 DeepSORT creation

Compare
Choose a tag to compare
@mikel-brostrom mikel-brostrom released this 04 Dec 11:52
· 3217 commits to master since this release

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 #21
  • Adapted track script to new yolov5 v4.0 standards

Bug fixes

  • PyTorch 1.7 compatibility update

Models