tomaslibanomonteiro / Object-Tracking

1 stars 2 forks source link

Research the interface between YOLOv5 and Deepsort #25

Open zhumorui opened 2 years ago

zhumorui commented 2 years ago

https://docs.google.com/document/d/1hZCgrp2XvWehaSDj6p3POF_uxlEVNxx1m3hrosd6wkI/edit

The detections generated by YOLOv5, a family of object detection architectures and models pretrained on the COCO dataset, are passed to a Deep Sort algorithm which tracks the objects. It can track any object that your Yolov5 model was trained to detect.