Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 363 Bytes

Car-Recognition-in-Video

Using Tensorflow & Yolov5 for recognition of cars in any video

To run the program, first install Yolov5 in your local directory with the following python command in you terminal:

pip install yolov5

After this, you must create a folder called "video" (in the same directory) and name your video as "video.mp4"