logo
Browse Source

Update README

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

4
README.md

@ -28,7 +28,7 @@ towhee.glob('./towhee.jpg') \
.image_embedding.timm(model_name='resnet50') \
.show()
```
<img src="./result1.png" height="80px"/>
<img src="./result1.png" height="30px"/>
*Write a same pipeline with explicit inputs/outputs name specifications:*
@ -41,7 +41,7 @@ towhee.glob['path']('./towhee.jpg') \
.select('img', 'vec') \
.show()
```
<img src="./result2.png" height="100px"/>
<img src="./result2.png" height="150px"/>
</br>

Loading…
Cancel
Save