jwyang / fpn.pytorch

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

Do you figured out why the performance is worse than faster rcnn? #16

Open ruoqianguo opened 6 years ago

ruoqianguo commented 6 years ago

I tried to change the backbone stride in resnet stage5 to improve the performance, but it didn't work

Wind-Ward commented 6 years ago

Same problem with me too!