Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the pool_size is set to (20, 12) in the SPHead? #9

Open
yiminglin-ai opened this issue May 21, 2020 · 3 comments
Open

Why the pool_size is set to (20, 12) in the SPHead? #9

yiminglin-ai opened this issue May 21, 2020 · 3 comments

Comments

@yiminglin-ai
Copy link

Hi,
Thank you for open-sourcing the amazing work.
In the SPHead module, the pool_size parameter
er is set to 20, 12.
.
Can I ask why these two values? If the input image is 480x480 as in ade20k, the feature map produced by the ResNet backbone is 15x15 (32 down) which is smaller than 20x20. It actually becomes an upsampling operation rather than pooling.

@VaingloryD
Copy link

same question,+1

@yangdonghan50
Copy link

@ylin-ai 'we improve the original ResNet with the dilation strategy and the final feature map size is set to 1/8 of the input image'

@David-Chenn
Copy link

David-Chenn commented Jan 5, 2021

@yangdonghan50 hi, do you know how the pooling sizes 20 and 12 are inferred? or the number 20 and 12 were just set to the given proportion of 480?
Thanks !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants