Closed youngxiao closed 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.
@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.
@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.