Yolov5 + Deep Sort with PyTorch
Yolov5_DeepSort_Pytorch Real-time multi-object tracker using YOLO v5 and deep sort This repository contains a two-stage-tracker. 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. Before you run the tracker Clone the repository recursively: git clone –recurse-submodules https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch.git If you already cloned and forgot to use –recurse-submodules you […]
Read more