rcnn icon indicating copy to clipboard operation
rcnn copied to clipboard

How do I run the vgg-verydeep version of RCNN?

Open eakbas opened this issue 10 years ago • 1 comments

I checked out the vgg-verydeep branch but it seems that the content of caffe_nets/ and rcnn_models/ directories are identical to those in the master branch. How do I run the vgg-verydeep version of RCNN?

eakbas avatar Apr 27 '15 00:04 eakbas

You need to download the following caffe_model: ./external/caffe/examples/finetune_pascal_detection/vgg16_voc_2012/pascal_det_finetune_iter_70000.caffemodel

And, another issue is GPU memory. More than 11GB memory is needed. Therefore, Tesla K40 or more is required.

zuacubd avatar May 13 '15 03:05 zuacubd