Skip to content

Files

Latest commit

 

History

History

Car Detection OpenCV

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
Car Tracking using YOLO and OpenCV:

This project demonstrates car tracking in videos using the YOLO (You Only Look Once) object detection model and the OpenCV library. The YOLO model is used to detect cars in each frame of a video stream, and bounding boxes are drawn around the detected cars to track their movement.

- Download YOLOv3 weights: [yolov3.weights](https://pjreddie.com/media/files/yolov3.weights)
- Download YOLOv3 configuration: [yolov3.cfg](https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg)
- Download COCO names file: [coco.names](https://github.com/pjreddie/darknet/blob/master/data/coco.names)

pip install opencv-python