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

A stupid question, is it possible to get the local features for each input image? #382

Open
lihaolin88 opened this issue Mar 19, 2024 · 1 comment

Comments

@lihaolin88
Copy link

I'm wondering if there is a function that can help to get the local features (with shape 256 * W/8 * H/8 ) for each input image; if there's no such a function, can you tell me where is the local features in the code, really appreciate for the help!

@jytime
Copy link

jytime commented Mar 24, 2024

What do you mean by local features? Given the size you mentioned there, do you want a CxH_localxW_local feat map? For example, if you want features from NetVLAD, you can get all you need in

def _forward(self, data):

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