jwyang / fpn.pytorch

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

support python2 and get more reasonable mAP #19

Open ruoqianguo opened 6 years ago

ruoqianguo commented 6 years ago

According to the faster rcnn code you wrote earlier, i changed fpn.pytorch code. now it supports both python2 and python3.

ruoqianguo commented 6 years ago

hi, i changed resnet layer4 stride from 1 to 2, and got more reasonable mAP on Pascal VOC 2007(75.7) and 07 + 12(80.5)