logo
Browse Source

fix the readme.

Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb 3 years ago
parent
commit
cc3b3de3e5
  1. 2
      README.md

2
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:*

Loading…
Cancel
Save