Browse Source
fix the readme.
Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb
3 years ago
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -27,7 +27,7 @@ import towhee |
|
|
towhee.glob('./img.png') \ |
|
|
towhee.glob('./img.png') \ |
|
|
.image_decode.cv2() \ |
|
|
.image_decode.cv2() \ |
|
|
.face_embedding.inceptionresnetv1() \ |
|
|
.face_embedding.inceptionresnetv1() \ |
|
|
.tolist() |
|
|
|
|
|
|
|
|
.to_list() |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|