shen865069799 / py-caffe-yolo

YOLO caffe version with python layer. Both V1 and V2 are available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAFFE for darknet

Reference

You Only Look Once: Unified, Real-Time Object detection http://arxiv.org/abs/1506.02640

YOLO9000: Better, Faster, Stronger https://arxiv.org/abs/1612.08242

Data preparation

Prepare data lsit just like the way of original darkenet

No need to generate lmdbs as we directly use raw images in the data list to train

Version

Both v1 & v2 supported

About

YOLO caffe version with python layer. Both V1 and V2 are available.

License:Other


Languages

Language:C++ 79.5%Language:Python 10.0%Language:Cuda 5.6%Language:CMake 2.8%Language:MATLAB 0.9%Language:Makefile 0.7%Language:Shell 0.5%Language:Dockerfile 0.1%