Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.05 KB

File metadata and controls

18 lines (10 loc) · 1.05 KB

MobileNetV2 with dynamically generated Feature Pyramid Network (FPN)

This project combines the MobileNetV2 architecture of Inverted Residual Layers with a dynamically generated Feature Pyramid Network. The network outputs an array of feature maps with high semantic meaning in different resolutions. The number of feature maps depends on the number of Inverted Residual Blocks which reduce the resolution (stride: 2). They can be specified in self.inverted_residual_setting.

Starter code:

Other sources: