Browse Source
Add image
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -33,7 +33,7 @@ towhee.glob('./towhee.jpg') \ |
|
|
```python |
|
|
```python |
|
|
import towhee |
|
|
import towhee |
|
|
|
|
|
|
|
|
towhee.glob['path']('./dog.jpg') \ |
|
|
|
|
|
|
|
|
towhee.glob['path']('./towhee.jpg') \ |
|
|
.image_decode.cv2['path', 'img']() \ |
|
|
.image_decode.cv2['path', 'img']() \ |
|
|
.image_embedding.timm['img', 'vec'](model_name='resnet50') \ |
|
|
.image_embedding.timm['img', 'vec'](model_name='resnet50') \ |
|
|
.select('img', 'vec') \ |
|
|
.select('img', 'vec') \ |
|
|