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

shoul i add your ConvolutionDepthwise layer to the caffe.proto? #6

Open
123chengbo opened this issue Aug 25, 2017 · 7 comments
Open

Comments

@123chengbo
Copy link

I want to use mobilenet for Object detection,so i tried your caffe-implementation firstly。 i have add your files to the caffe (include、src), i dont konw whether should i modify the caffe.proto, for the new ConvolutionDepthwise ,could you help me?

@ouceduxzk
Copy link

same problem here, without doing anything else, the my old version of caffe compiles, but crashes when running , this layer is not well registered

@farmingyard
Copy link
Owner

@123chengbo
You don't need to modify caffe.proto, because dw conv uses conv's parameters.

@farmingyard
Copy link
Owner

@ouceduxzk
I think you should use newer version caffe.

@ouceduxzk
Copy link

@farmingyard thanks for your suggestion, I have a unrelated question, the newer caffe remove the data reader layer and I can not reuse my customized data_transformer layer, do you have some suggestion about that ?

@farmingyard
Copy link
Owner

@ouceduxzk
caffe's data related layers are truly complex, i am also confused by them sometimes, i suggest you choose a newer version than yours but not the newest caffe.

@ouceduxzk
Copy link

@farmingyard thanks, I tried the newest version of caffe that is before the deletion of the data reader layer, but i still have the same problem

@epleone
Copy link

epleone commented Jan 12, 2018

@ouceduxzk Maybe you can use chmod -R 777 .

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