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

The output size of the network is inconsistent with the description in the paper #28

Open
limaodaxia opened this issue Nov 29, 2023 · 1 comment

Comments

@limaodaxia
Copy link

Thanks author for the awsome job. But the output size of the Network called PDN(patch descriptor network) is 384 × 56 ×56, while description the in the paper is 384 × 64 × 64. Is it a mistake or my misunderstanding?

@yggwz
Copy link

yggwz commented Dec 14, 2023

In the code, when padding=True, the PDN output is 384 × 64 × 64, and when padding=False, the PDN output is 384 ×56 ×56. I'm a little confused when padding=False, 384 ×56 ×56 does not match the extracted feature shape (384 × 64 × 64), so when is padding=False set?

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