/Car-Detector-YOLOv3-tiny

This is a simple car detector based on YOLOv3-Tiny.

Primary LanguagePython

Introduction

This project is a simple implement of YOLOv3-tiny. YOLOv3-tiny is much more abbreviated than YOLOv3.

Requirements

To run this project in PC. Need:

*Python 3.6

*Opencv 3.4.2

Usage

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.

Here is an example:

Image text