Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 700 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 700 Bytes

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