jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
952 stars 221 forks source link

Got 80.5 mAP on Pascal VOC 2007 #20

Open ruoqianguo opened 6 years ago

ruoqianguo commented 6 years ago

hi guys, i changed the stride in resnet.layer4 from 1 to 2, then i trained the model on the union set of VOC 2007 trainval and VOC 2012 trainval (“07+12”) and evaluate on VOC 2007 test set, i got 80.5 mAP. Besides, i trained the model on VOC 2007 trainval and evaluate on VOC 2007 test set, i got 75.7 mAP. You can see the details in the repository