logo
Browse Source

update the readme.

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

4
README.md

@ -13,7 +13,7 @@ The pipeline is used to extract the feature vector of detected faces in images.
## Code Example
Load an image from path './test_face'.
Load an image from path './test_face.jpg'.
*Write the pipeline in simplified style*:
@ -35,7 +35,7 @@ import towhee
towhee.glob['path']('./test_face.jpgg') \
.image_decode.cv2['path', 'img']() \
.face_embedding.deepface['img', 'vec']() \
.face_embedding.deepface['img', 'vec'](model_name = 'DeepFace') \
.select['img','vec']() \
.show()
```

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