Feature Pyramid Networks for SSD

Hi,

Just wondering if anyone has implemented FPN using fastai libraries. Jeremy briefly mentioned it towards the end of Lesson 14 but don’t think he ever did a video on it.

If not, will be glad to collaborate with someone from this forum to test this method.

This is a version of maskrcnn which uses fastai for the training loop. It includes resnet + FPN as pytorch modules which could easily be adapted to other models. I reused rather than wrote those modules but original sources are listed on the readme.

1 Like