Is it possible that the test results of eval_fastrcnn_voc2007.sh shown here are swapped between the two models? I run the script with test_model=data/models/caffenet_fast_rcnn_iter_40000.t7, and get the results reported for the vgg16_fast_rcnn_iter_40000.t7 model:
OK, just confirmed it also with test_model=data/models/vgg16_fast_rcnn_iter_40000.t7 (changing to test_nGPU=1 I was able to run it without memory issues).
Hi all,
Is it possible that the test results of
eval_fastrcnn_voc2007.sh
shown here are swapped between the two models? I run the script withtest_model=data/models/caffenet_fast_rcnn_iter_40000.t7
, and get the results reported for thevgg16_fast_rcnn_iter_40000.t7
model:(Unfortunately, I cannot cross-check this with
test_model=data/models/vgg16_fast_rcnn_iter_40000.t7
, as I get a CUDA out of memory error)