-
Notifications
You must be signed in to change notification settings - Fork 35
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
can we access to the pretrained model #1
Comments
Dataset and pre-trained model posted here: http://www.europe.naverlabs.com/Research/Computer-Vision/Learning-Visual-Representations/Deep-Image-Retrieval . Link was broken, authors fixed it recently. |
Thank you! I have downloaded the model and prototxt. I simply use the "model.caffemodel" and "deploy_resnet101_normpython.prototxt" to construct a network as following: caffe_prototxt = './deploy_resnet101_normpython.prototxt' However, the network cannot be constructed (My caffe was not compiled with the normalization layer, so I used normpython.prototxt). Did I use the wrong prototxt or something else go wrong? Errors are listed bellow: Error parsing text-format caffe.NetParameter: 4539:22: Message type "caffe.LayerParameter" has no field named "roi_pooling_param". Thank you! |
@beshining You may have to download and compile the caffe version of Faster-RCNN first. |
Thank you! I will try it. Hope the problem can be solved |
Link seems to be broken again (http://download.europe.naverlabs.com/Computer-Vision-CodeandModels/) |
there is no pretrained model
Can you post it out
The text was updated successfully, but these errors were encountered: