libiseller / MobileNetV2-dynamicFPN

MobileNetV2 architecture combined with a dynamically generated Feature Pyramid Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

MobileNetV2 architecture combined with a dynamically generated Feature Pyramid Network

License:MIT License


Languages

Language:Python 100.0%