logo
Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
Jael Gu 2 years ago
parent
commit
1e8ed17001
  1. 2
      README.md

2
README.md

@ -37,7 +37,7 @@ towhee.glob['path']('./towhee.jpg') \
.image_decode.cv2['path', 'img']() \
.image_embedding.timm['img', 'vec'](model_name='resnet50') \
.select('img', 'vec') \
.show('img', 'vec')
.show()
```
## Factory Constructor

Loading…
Cancel
Save