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

KL.UpSampling2D() #37

Closed
liruilong940607 opened this issue Nov 9, 2017 · 1 comment
Closed

KL.UpSampling2D() #37

liruilong940607 opened this issue Nov 9, 2017 · 1 comment

Comments

@liruilong940607
Copy link

You used KL.UpSampling2D() to build the FPN network. Did you mean un-pooling or deconv?

Because when I looked into keras' document, it says this function is to repeats the rows and columns. (more like un-pooling). See from this: https://keras.io/layers/convolutional/#upsampling2d

But it seems like this process should be more like deconv. Am I wrong about understanding FPN ?

@waleedka
Copy link
Collaborator

My understanding of FPN is that they use standard up sampling to increase the resolution of the feature maps before concatenating with the lower layer. If you think that's wrong, please point me to where the issue might be.

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

2 participants