We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Hello community,
I have only the 1e-07 values as result by all img2vec-models (I took the same picture from the given example)
what do I wrong?
The text was updated successfully, but these errors were encountered: