ShaoqingRen / faster_rcnn

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

The problems in script_faster_rcc_demo #158

Open plaovem opened 7 years ago

plaovem commented 7 years ago

I just find some errors in this file, but I am not sure. I just list my opinions. In this file, there are three problems: 1. the line11 'active_caffe_mex(opts.gpu_id, opts.caffe_version);', in this function, your code regard this demo script in the root directory, however, you put this demo in the experiment. This make the function active_caffe_mex cannot find the ‘+caffe’ file, as you use 'pwd'。

  1. in line 11, this problem still exits, as the path is pwd/output...., however, it should be ped/../output....
  2. in line 68, the image path is in the output path ,not in the pwd.