Skip to content

moonuke/FPN-with-pretained-weights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FPN-with-pretained-weights

The code referred to here(https://github.com/kuangliu/pytorch-fpn/blob/master/fpn.py)

The mainly difference is the code can utilize the pretrained weights such as reset50,101, and so on. The Resenet models are same as the offical models only without line 147-150.

        # x = self.avgpool(x)
        # x = x.view(x.size(0), -1)
        # x = self.fc(x)

About

FPN with pretrained weights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages