willard-yuan / cnn-for-image-retrieval

:sunrise:The code of post "Image retrieval using MatconvNet and pre-trained imageNet"
633 stars 227 forks source link

error in extractCNN #10

Closed sctrueew closed 7 years ago

sctrueew commented 7 years ago

hi , my error is :

res = vlsimplenn(net, im) ;

"Attempt to execute SCRIPT vl_nnconv as a function: C:\Users\Mehrdad\Source\Repos\CNN-for-Image-Retrieval\matconvnet-1.0-beta17\matlab\vl_nnconv.m" how can i solve it?

willard-yuan commented 7 years ago

@zpmmehrdad Before the MatConNet toolbox can be used, the MEX files must be compiled. You can find the answer with the link How do I fix the error Attempt to execute SCRIPT vl_nnconv as a function?

sctrueew commented 7 years ago

@willard-yuan thanks i solved my problem. how can i send image for search.i don't want to use with queryid. i wanna search by image in the web project

willard-yuan commented 7 years ago

@zpmmehrdad To search image in web project, it would be better build it based on Tensorflow, Keras, Caffe or Mxnet. I wrote a small image search project based on Keras: flask-keras-cnn-image-retrieval. AKSHAYUBHAT recommended his Deep Video Analytics project, and more detail can be access by You might be interested in Deep Video Analytics. It's a good framework, but it's too heavy.

yulijun1234 commented 5 years ago

您好,我在matlab2016版本和64位系统下也出现了这个问题,我在matconvnet方面是新手,请问我需要怎么做呢、感谢您能回复我