Yolov5 DeepSORT creation
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