rcnn
rcnn copied to clipboard
How to test the PASCAL VOC detection performance without training?
I don't want to train a new R-CNN detector. Can I just test the PASCAL VOC detection performance with pre-computed models? (i.e. getting mAP 58.5% on VOC007) It seems one must run rcnn_exp_train_and_test() to do that. Any suggestion?