Skip to content

libiseller/MobileNetV2-dynamicFPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages