YOLO is the part of Darknet project which is used for making real time object detection system. For more info in Darknet and YOLO visit link
-
Clone the repo using
git clone https://github.com/ayushk-singh/Object-Detection/
-
Install the weight and config file from YOLO Website
-
Add weight and config file name to weight_name and config_name variable
- add video path in
cv2.VideoCapture()
- To use webcam as input source replace
cv2.VideoCapture('test.mp4')
tocv2.VideoCapture()