logo
Browse Source

update the readme.

Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb 3 years ago
parent
commit
58882490f5
  1. 6
      README.md
  2. 10
      node_modules/.yarn-integrity
  3. 4
      yarn.lock

6
README.md

@ -13,7 +13,7 @@ The pipeline is used to extract the feature vector of detected faces in images.
## Code Example ## Code Example
Load an image from path './test_face'.
Load an image from path './test_face.jpg'.
*Write the pipeline in simplified style*: *Write the pipeline in simplified style*:
@ -35,7 +35,7 @@ import towhee
towhee.glob['path']('./test_face.jpgg') \ towhee.glob['path']('./test_face.jpgg') \
.image_decode.cv2['path', 'img']() \ .image_decode.cv2['path', 'img']() \
.face_embedding.deepface['img', 'vec']() \
.face_embedding.deepface['img', 'vec'](model_name = 'DeepFace') \
.select['img','vec']() \ .select['img','vec']() \
.show() .show()
``` ```
@ -90,4 +90,4 @@ A face embedding operator takes a face image as input. It extracts the embedding
https://github.com/serengil/deepface https://github.com/serengil/deepface
You can refer to [Getting Started with Towhee](https://towhee.io/) for more details. If you have any questions, you can [submit an issue to the towhee repository](https://github.com/towhee-io/towhee/issues).
You can refer to [Getting Started with Towhee](https://towhee.io/) for more details. If you have any questions, you can [submit an issue to the towhee repository](https://github.com/towhee-io/towhee/issues).

10
node_modules/.yarn-integrity

@ -1,10 +0,0 @@
{
"systemParams": "darwin-x64-83",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}

4
yarn.lock

@ -1,4 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
Loading…
Cancel
Save