rcnn
rcnn copied to clipboard
rcnn_demo failing with caffe.rc2
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);
This has been answered in multiple places,e.g., https://github.com/rbgirshick/rcnn/issues/39 https://github.com/rbgirshick/rcnn/issues/36
@tgels have you solved this problems