unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

F1229 20:40:19.387852 106942 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: DeformableConvolution #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, Thanks for your sharing. I try to use the codes in my caffe, adding all the words you mentioned in Readme, unfortunately, when i run the LeNet network, it failed and encounter the error as the title, I have tried many times, still failed... when i make your caffe, and run the LeNet network, it worked. Now, i am very confused, could you give me some advise? I will be very appreciate it.

beniz commented 6 years ago

You need to modify layer_factory.cpp to register the DeformableConvolution.

ghost commented 6 years ago

emmm... yes, it works, thank you very much!!!