Zehaos / pycaffe-yolo

YOLO reimplement in caffe, written with python layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%