You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: