rbgirshick/rcnn

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

eakbas opened this issue · 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?

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.