Browse Source
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -28,7 +28,7 @@ towhee.glob('./towhee.jpg') \ |
|
|
.image_embedding.timm(model_name='resnet50') \ |
|
|
.image_embedding.timm(model_name='resnet50') \ |
|
|
.show() |
|
|
.show() |
|
|
``` |
|
|
``` |
|
|
<img src="./result1.png" height="30px"/> |
|
|
<img src="./result1.png" height="50px"/> |
|
|
|
|
|
|
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|
|
|
|
|
|
|