Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

CV algorithm implementation

1. Object detection-YOLO

reference:spmallick/learnopencv

  1. usage
# 1. download yolov3-tiny.cfg & yolov3-tiny.weights
$ ./getModels.sh

# 2. test video
$ python object_detection_yolo_offline.py --video=run.mp4