py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Low evaluation result with official model(ZF)

Open guantinglin opened this issue 7 years ago • 3 comments

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. image

Is anything wrong in my testing procedure?

guantinglin avatar Jul 20 '17 01:07 guantinglin

hello, do you solver this problem? I get the mean AP=20% ,

rainbow0727 avatar Aug 24 '17 14:08 rainbow0727

I have the same promble. vgg16 is good , zf is bad

zoufangyu1987 avatar Apr 12 '18 13:04 zoufangyu1987

I met the same problem. mAP of ZF is only0.0956, while mAP of VGG16 is 0.6922. Did anyone solve this?

notabigfish avatar Nov 26 '19 02:11 notabigfish