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

"Error parsing text-format caffe.NetParameter: 48:12: Message type "caffe.LayerParameter" has no field named "bn_param" #7

Open
nurvarli opened this issue Mar 20, 2018 · 4 comments

Comments

@nurvarli
Copy link

Hi,
When I run this code, I get some error like below:

Error parsing text-format caffe.NetParameter: 48:12: Message type "caffe.LayerParameter" has no field named "bn_param".

Could you help me?

@ChiefGodMan
Copy link

Have you solved this problem?

@vkasojhaa
Copy link

This is because you are not using the caffe version that support batch normalization layer (such as SegNet). I resolved the issue by using the caffe segnet version.

@nurvarli
Copy link
Author

Yes, I solved this problem with caffe Segnet, too. This algorithm can find 7 landmarks default on test images. I have changed NLMK parameter with 68 but it did not work. I need 68 landmarks. Do you know, how is it possible?

@vkasojhaa
Copy link

I also need the pre-trained weights for 68 landmarks. I have opened an issue for the same. I guess you need to train the model on 68 landmarks but there is no code available to train the model.

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

3 participants