rcnn icon indicating copy to clipboard operation
rcnn copied to clipboard

rcnn_demo failing with caffe.rc2

Open tgels opened this issue 10 years ago • 2 comments

I have downloaded rcnn and am using caffe.rc2 ( caffe.099 does not build sucessfully with the latest nvidia cuda driver atleast on my system). When I try running rcnn_demo, I get the below error message, appreciate any info to solve the problem:

Error using caffe Expected 2 arguments, got 2

Error in rcnn_load_model (line 27) rcnn_model.cnn.init_key = ...

Error in rcnn_demo (line 59) rcnn_model = rcnn_load_model(rcnn_model_file, use_gpu);

tgels avatar Apr 11 '15 21:04 tgels

This has been answered in multiple places,e.g., https://github.com/rbgirshick/rcnn/issues/39 https://github.com/rbgirshick/rcnn/issues/36

DanielTakeshi avatar Apr 24 '15 03:04 DanielTakeshi

@tgels have you solved this problems

SuperLee0 avatar Jun 01 '16 10:06 SuperLee0