Replies: 1 comment
-
https://towhee.io/image-embedding/timm Timm op provides many embedding models, you can try it, or follow this doc to use custom operators. https://towhee.readthedocs.io/en/latest/operator/usage.html#custom-operators |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.map('img', 'vec', ops.image_text_embedding.clip(model_name='clip_vit_base_patch32', modality='image'))
How to use self defined model in map, instead of
clip
?Beta Was this translation helpful? Give feedback.
All reactions