Skip to content

YOLO reimplement in caffe, written with python layer.

License

Notifications You must be signed in to change notification settings

Zehaos/pycaffe-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycaffe-yolo

YOLO reimplement in caffe, written with python layer.

Usage

Complie

git clone --recursive https://github.com/Zehaos/pycaffe-yolo
cd caffe-yolo
make -j8
make pycaffe

Train

Create trainning list

cd ../tools
python create_voc_data_list.py

Train

PYTHONPATH=../lib ./train_googlenet.sh

Demo

./demo.sh

Iter10000

image

Iter30000

image

Iter60000

image

About

YOLO reimplement in caffe, written with python layer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages