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

print image vectors for new image (based on pretrained model) #22

Closed
koepermn opened this issue Feb 9, 2017 · 1 comment
Closed

print image vectors for new image (based on pretrained model) #22

koepermn opened this issue Feb 9, 2017 · 1 comment

Comments

@koepermn
Copy link

koepermn commented Feb 9, 2017

Thanks for providing the pretrained Inception v3 model.
At the moment the classfy.py function outputs the nearest class for a given Image, is it possible to provide a function that outputs the highdimensional vector of a (new) image ? this could be useful to transform the image into a vector.

@koepermn koepermn changed the title print mage vectors for new image (based on pretrained model) print image vectors for new image (based on pretrained model) Feb 9, 2017
@krasin
Copy link

krasin commented Feb 9, 2017

@koepermn have you looked into tools/compute_bottlenecks.py? It outputs activations on the 'PreLogits' layer, which sounds exactly what you want.

@gkrasin gkrasin closed this as completed Mar 1, 2017
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

3 participants