ysh329 / darknet2caffe

Convert Darknet model to Caffe's
BSD 3-Clause "New" or "Revised" License
49 stars 21 forks source link

darknet convert to caffe model and detection #9

Closed youngxiao closed 6 years ago

youngxiao commented 6 years ago

@ysh329 Hey, Thanks for your repository. I successfully convert my darknet model to caffe model with a region layer. However it cannot be used to detect images. Do you have some ideas?

Thanks in advance.

ysh329 commented 6 years ago

You can search some non-official caffe repo. which have region layers, such as caffe-yolo etc. Or you can implement one according to darknet's simple codes.

youngxiao commented 6 years ago

@ysh329 Thanks, It is critical to find appropriate Caffe that could load such a model. I'll try the repo. you mentioned, god bless me.