Skip to content
Discussion options

You must be logged in to vote

Hello, please take a look at the Figure 2 in the EfficientAD paper. 33×33×3 Input Patches become 1×1×384 Patch Descriptors, so in the output you have results for many overlapping patches. In the code it is represented by nn.Conv2d followed by nn.AvgPool2d .

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by samet-akcay
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1522 on December 13, 2023 09:29.