ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

Unknown V1LayerParameter layer type:40 #19

Open Tar12 opened 8 years ago

Tar12 commented 8 years ago

I've complied your Caffe branch successfully, make test works OK as well, but running make runtest, leads to an error regarding an "Unknown V1LayerParameter layer type:40".

There was also an issue with compiling matcaffe, giving an error of "gpu/mxGPUArray.h" not found in cafe_.cpp

Any possible insights will be greatly appreciated! Thanks!

tjbwyk commented 8 years ago

I have exactly the same errors. For the first one I don't know why either. But for the second one, some said that you may need to install 'Parallel Computing Toolbox' for Matlab. Currently I don't have root access to my working computer so I couldn't install the toolbox. Maybe you could have a try and tell me if it works?

Thanks!

samuel1208 commented 8 years ago

try matlab2014

Tar12 commented 8 years ago

Have parallel computing toolbox + Matlab2014b

duygusar commented 8 years ago

@Tar12 @tjbwyk Have you guys solved the problem with make runtest "Unknown V1LayerParameter layer type:40"? I do have R2014a installed btw

duygusar commented 8 years ago

Ohh is it because the test_upgrade_proto.cpp uses networks in unmodified caffe caffe original network layers while running make runtest??

sepidehhosseinzadeh commented 8 years ago

@duygusar Hi! did you solve your problem? Any help will be appreciated!

deartonym commented 8 years ago

@sepidehhosseinzadeh Please chech this problem below: https://github.com/ShaoqingRen/SPP_net/issues/50

I'm sure you'll figure it out.