jwyang / fpn.pytorch

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

Why is FPN worse than Faster-rcnn? #5

Open laidy3 opened 6 years ago

laidy3 commented 6 years ago

Hi, thanks for your implementation. Why is it worse than Faster-rcnn?

ShethR commented 6 years ago

@Xiaoyao-Lee, I am facing similar issues.

jwyang commented 6 years ago

Hi, both, I am still working on it to figure out why the performance is worse than faster rcnn. It seems that I found a small bug in my code as pointed out in the last issue.

twmht commented 5 years ago

@jwyang any update on this? what is the bug?