Skip to content

wangkaizjuzju/caffe-yolov2

 
 

Repository files navigation

caffe-yolov2

Reference

YOLO9000: Better, Faster, Stronger

http://pjreddie.com/yolo9000/

https://github.com/yeahkun/caffe-yolo

https://github.com/hustzxd/z0

https://github.com/hustzxd/z1

https://github.com/weiliu89/caffe.git

modifications

'''1 add reorg_layer

2 convert yolo weights to caffemodel

3 add detection output layer

4 add detection evaluate layer '''

Usage

convert model

'''cd examples/indoor/convert

1 convert yolo.cfg to yolo.prototxt already done 2 convert yolo weights to caffemodel python convert_weights_to_caffemodel.py yolo.prototxt yolo.weights yolo.caffemodel

'''

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.1%
  • Python 7.7%
  • Cuda 6.1%
  • CMake 2.6%
  • Protocol Buffer 1.7%
  • MATLAB 0.8%
  • Other 1.0%