Skip to content

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

Notifications You must be signed in to change notification settings

leon-liangwu/py-caffe-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAFFE with PyThon Layers for darknet

What's Done

  • python layer of yolo v1 and v2
  • train for tiny yolo v1 and v2
  • a demo presented

Get Started

git clone --recursive https://github.com/leon-liangwu/py-caffe-yolo.git
pip install -r requirements.txt

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

Train tiny yolo v1 or v2

for tiny yolo v1

cd Root_Repo
python scripts/train_net.py --solver=./yolo/tiny_yolo_v1/solver.prototxt [--weights=]

for tiny yolo v2

cd Root_Repo
python scripts/train_net.py --solver=./yolo/tiny_yolo_v2/solver.prototxt [--weights=]

References

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published