/pycaffe-yolo

YOLO reimplement in caffe, written with python layer.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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