AttributeError: module 'towhee' has no attribute 'glob' #2684
Unanswered
wangtian256
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AttributeError Traceback (most recent call last)
Cell In[27], line 1
----> 1 towhee.glob'path'.image_decode'path', 'img'.image_embedding.timm'img', 'vec'.select'img', 'vec'.show()
AttributeError: module 'towhee' has no attribute 'glob'
my towhee version is 1.3.1, and Python version is 3.10.9.
Beta Was this translation helpful? Give feedback.
All reactions