Yolo algorithm for detection + centroid tracker to track vehicles
Algorithm used : Yolo algorithm for detection + centroid tracker to track vehicles Backend : opencv and python Library required: opencv = ‘4.5.4-dev’ scipy = ‘1.4.1’ IMPORTANT: I hadn’t uploaded model weights and configuration files (which were used for object detection) here because those were already available in yolo_detection repo download yolo tiny weights , config file and coco.names file from here : [https://github.com/hasit73/yolo_detection] For detection i was using same code which was available in yolo_detection repo. 1) main.py Loading […]
Read more