Skip to content

Luca-P/YOLO-person-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO-person-tracking

You only look once

Dependancies

Python3, tensorflow 1.0, numpy, opencv 3, Cython

Setup

python3 setup.py build_ext --inplace

#1. Load yolo-tiny.weights
flow --model cfg/yolo-tiny.cfg --load bin/yolo-tiny.weights
#Process all images in images/ using tiny yolo and 100% GPU usage
flow --imgdir images/ --model cfg/yolo-tiny.cfg --load bin/yolo-tiny.weights --gpu 1.0

About

You only look once

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published