logo
Browse Source

changed the ReadME

Signed-off-by: krishna katyal <krishna.katyal@zilliz.com>
main
krishna katyal 3 years ago
parent
commit
825f9ecbdf
  1. 2
      README.md

2
README.md

@ -21,7 +21,7 @@ Load an image from path './test_face'.
import towhee
towhee.glob('./test_face.jpg') \
.image_decode.cv2() \
.face_embedding.deepface(model_name = 'DeepFace').tolist()
.face_embedding.deepface(model_name = 'DeepFace').to_list()
```

Loading…
Cancel
Save