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

Question about how pyramid levels are obtained #660

Open
jgu13 opened this issue Apr 3, 2023 · 0 comments
Open

Question about how pyramid levels are obtained #660

jgu13 opened this issue Apr 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jgu13
Copy link

jgu13 commented Apr 3, 2023

In deepcell.model_zoo.fpn.__create_pyramid_level, is there any particular reason you are not adding pyramid, which is convoluted by 1x1 filters, to pyramid_upsample to obtain pyramid_final? pyramid_final is instead obtained by using a 3-by-3 convolutional layer on the convoluted pyramid. The returned pyramid_upsamples is not used in __create_pyramid_features. I find this a bit strange and so I hope to get an answer to my question. Thanks in advance!

@jgu13 jgu13 added the bug Something isn't working label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant