face-embedding
copied
fix the readme.
Signed-off-by: wxywb <xy.wang@zilliz.com>
@ -27,7 +27,7 @@ import towhee
towhee.glob('./img.png') \
.image_decode.cv2() \
.face_embedding.inceptionresnetv1() \
.tolist()
.to_list()
```
*Write a same pipeline with explicit inputs/outputs name specifications:*