-
Notifications
You must be signed in to change notification settings - Fork 141
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
Deployment problem #32
Comments
the caffe code of your project is not using the ssd version, so the prior_box_layer file does not exist. |
I have the same issue and I am running the code directly downloaded from DRBox github page. Any other thoughts to solve this problem? Thank you! |
I had faced a similar issue, and there are 2 things to be taken care of(which helped me):
|
when I follow the deployment steps,error occurs as follow:
dong@dong:~/Downloads/caffe-ssd/examples/rbox/deploy/Airplane$ python deploy.py
[libprotobuf ERROR google/protobuf/text_format.cc:298] Error parsing text-format caffe.NetParameter: 483:20: Message type "caffe.LayerParameter" has no field named "prior_rbox_param".
can anyone tell me why?How to solve this??
Thanks in advance!
The text was updated successfully, but these errors were encountered: