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

detector as feature extractor #2963

Open
gaussiangit opened this issue Nov 4, 2020 · 0 comments
Open

detector as feature extractor #2963

gaussiangit opened this issue Nov 4, 2020 · 0 comments
Labels

Comments

@gaussiangit
Copy link

gaussiangit commented Nov 4, 2020

Hello,

I am using mask rcnn for detection. So basically fine tuning. However I want extract feature for each object that is being detected.
So possibly extracting feature vector just before last layer. How can I do that ? forward hooks ?

I was also looking into https://github.com/pytorch/vision/blob/master/torchvision/models/_utils.py ? could not get it working.

Also how to use jit for the same ?

Any leads would be helpful. @fmassa

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants