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

embeddings of 1e-07 values #71

Closed
AselToktogulova opened this issue Mar 3, 2021 · 1 comment
Closed

embeddings of 1e-07 values #71

AselToktogulova opened this issue Mar 3, 2021 · 1 comment

Comments

@AselToktogulova
Copy link

Hello community,

I have only the 1e-07 values as result by all img2vec-models (I took the same picture from the given example)

from vectorhub.encoders.image.tfhub import BitSmall2Vec
image_encoder = BitSmall2Vec()
# 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png is locally saved as pic
sample = image_encoder.read('./pic.png')
emb = image_encoder.encode(sample)
[1e-07, ... 1e-07]

what do I wrong?

@AselToktogulova
Copy link
Author

grafik

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

1 participant