Browse Source
Fix typo in README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
4 additions and
4 deletions
-
README.md
|
@ -33,7 +33,7 @@ towhee.glob('./test_face.jpg') \ |
|
|
```python |
|
|
```python |
|
|
import towhee |
|
|
import towhee |
|
|
|
|
|
|
|
|
towhee.glob['path']('./test_face.jpgg') \ |
|
|
|
|
|
|
|
|
towhee.glob['path']('./test_face.jpg') \ |
|
|
.image_decode.cv2['path', 'img']() \ |
|
|
.image_decode.cv2['path', 'img']() \ |
|
|
.face_embedding.deepface['img', 'vec'](model_name = 'DeepFace') \ |
|
|
.face_embedding.deepface['img', 'vec'](model_name = 'DeepFace') \ |
|
|
.select['img','vec']() \ |
|
|
.select['img','vec']() \ |
|
|