Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matcaffe error #24

Open
haoliyoupai09 opened this issue Apr 11, 2018 · 7 comments
Open

matcaffe error #24

haoliyoupai09 opened this issue Apr 11, 2018 · 7 comments

Comments

@haoliyoupai09
Copy link

After I train the network you provide and obtain the Resnet_dcn.caffemodel, I compiled the matlab interface and try to load the caffemodel. However, an error appeared (caffe.layerparameter has no field named deformable-cnvolution parameter). I do not know whether it is caused by the incorrect compilation of matcaffe or the loss of the newly added deformable convolutional layer in caffe_.mexa64. Could you help me?

@unsky
Copy link
Owner

unsky commented Apr 12, 2018

sorry, the codes dont support matlab

@nameToken
Copy link

@haoliyoupai09 you solve the matcaffe error problem?I also want to use deformable conv with matcaffe,looking forward to your reply!!

@haoliyoupai09
Copy link
Author

Yes, I recompiled the matcaffe interface and it worked. Adding a new layaer in caffe deos not influence the use of caffemodel in matlab.

@DanChen001
Copy link

@haoliyoupai09 can you use this code on Caffe + Matcaffe successfully?

@haoliyoupai09
Copy link
Author

Yes, no error occurs during the compilation of matcaffe and running of code. But the performance is not good with deformable convolutional network. I do not know why.

@DanChen001
Copy link

Yes, no error occurs during the compilation of matcaffe and running of code. But the performance is not good with deformable convolutional network. I do not know why.

@haoliyoupai09 Thanks. What is task you are working on? Are the performance gap significant or slight?

@DanChen001
Copy link

Yes, no error occurs during the compilation of matcaffe and running of code. But the performance is not good with deformable convolutional network. I do not know why.

@haoliyoupai09 I placed one deformable layer at the end of my network. After training, the outputs of this deformable layer are 0. I checked the outputs of the offset layer, which are very large. Do you know why? Could you share more details about how to use this layer? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants