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

how to show discriminative features #14

Open
aooliver opened this issue Jul 29, 2023 · 1 comment
Open

how to show discriminative features #14

aooliver opened this issue Jul 29, 2023 · 1 comment

Comments

@aooliver
Copy link

HI,
I only want to see this discriminative feature, but the size I obtained is (400,16,256). How can I display the image of this discriminative feature, as shown in your article.
Thanks a lot.

@yangli18
Copy link
Owner

The first dimension 400 a flattened 20x20 (the resolution of the downsampled feature map). You can reshape the tensor to recover the spatial dimensions for visualization. You can visualize the verification score map in the same way.

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