Browse Source
changed the ReadME
Signed-off-by: krishna katyal <krishna.katyal@zilliz.com>
main
krishna katyal
3 years ago
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -21,7 +21,7 @@ Load an image from path './test_face'. |
|
|
import towhee |
|
|
import towhee |
|
|
towhee.glob('./test_face.jpg') \ |
|
|
towhee.glob('./test_face.jpg') \ |
|
|
.image_decode.cv2() \ |
|
|
.image_decode.cv2() \ |
|
|
.face_embedding.deepface(model_name = 'DeepFace').tolist() |
|
|
|
|
|
|
|
|
.face_embedding.deepface(model_name = 'DeepFace').to_list() |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|