jwyang / fpn.pytorch

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

Why is the result not as good as faster-rcnn? Have you modified the code? #53

Open puyiwen opened 4 years ago

puyiwen commented 4 years ago

I have run this code, based on resnet101, the best epoch result is 70.1, which is much less compared to faster-rcnn ---74.X, I want to know why?Can you tell me?Thank you!