jwyang / fpn.pytorch

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

how about the coco results? #4

Open hao522 opened 6 years ago

hao522 commented 6 years ago

Hi, thanks for your implementation. You mentioned that coco results are on the way, have you got it yet? And just curious, are you planning to extend this FPN net to mask-rcnn?

jwyang commented 6 years ago

@hao522 Hi, yes, i got some results, but the performance is worse than faster r-rcnn. Still tuning the model. Yes, we are planning extend this fpn to mask r-cnn, and have already trained some models, however, it performs worse than the other versions now. Will make it public available once it is good.

hao522 commented 6 years ago

Thanks for your quick response. Will keep an eye on this repo :)