deep-retrieval icon indicating copy to clipboard operation
deep-retrieval copied to clipboard

can we access to the pretrained model

Open yang-fei opened this issue 7 years ago • 5 comments

there is no pretrained model Can you post it out

yang-fei avatar Dec 22 '17 07:12 yang-fei

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.

SergazyK avatar Jan 23 '18 10:01 SergazyK

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' caffe_weight = './model.caffemodel' caffe.set_mode_cpu() net = caffe.Net(caffe_prototxt, caffe_weight, caffe.TEST)

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". F1225 08:07:01.111474 1430 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: ./deploy_resnet101_normpython.prototxt

Thank you!

beshining avatar Dec 25 '18 08:12 beshining

@beshining You may have to download and compile the caffe version of Faster-RCNN first.

DHNicoles avatar Dec 28 '18 08:12 DHNicoles

@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

beshining avatar Jan 02 '19 07:01 beshining

Link seems to be broken again (http://download.europe.naverlabs.com/Computer-Vision-CodeandModels/) Can you guys please fix it?

rubmarsan avatar Feb 07 '19 09:02 rubmarsan