This project is a simple implement of YOLOv3-tiny. YOLOv3-tiny is much more abbreviated than YOLOv3.
To run this project in PC. Need:
To run this project,just use the command as follows,
python windows.py
Then choose a video to test.
However you can also use command as follws,
for videos:
python car_detection_yolo.py --video=myvideo.mp4
for single image:
python car_detection_yolo.py --image=myimage.jpg
This way is much better than the first one.