py-faster-rcnn
py-faster-rcnn copied to clipboard
Low evaluation result with official model(ZF)
Hi All,
I evaluate the official ZF-net model which is downloaded with fetch_faster_rcnn_models.sh script. My faster rcnn is download from "https://github.com/rbgirshick/py-faster-rcnn". Testing command are: ./tools/test_net.py --net data/faster_rcnn_models/ZF_faster_rcnn_final.caffemodel --def models/pascal_voc/ZF/faster_rcnn_alt_opt/faster_rcnn_test.pt --cfg faster_rcnn_alt_opt.yml
The output is has only 10% mAP.
Is anything wrong in my testing procedure?
hello, do you solver this problem? I get the mean AP=20% ,
I have the same promble. vgg16 is good , zf is bad
I met the same problem. mAP of ZF is only0.0956, while mAP of VGG16 is 0.6922. Did anyone solve this?