Collecting embeddings using towhee #2505
-
from PIL import Image vector_embeddings = [] p = (pipe.input('target') for image in images_list: I am able to visualize 'target_emb' using above code, but I want to collect 'target_emb' in a list. How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
junjiejiangjjj
Apr 13, 2023
Replies: 1 comment 1 reply
-
res.get() or res.get_dict() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Chiiizzzy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
res.get() or res.get_dict()