Browse Source
[DOC] Refine Readme
Signed-off-by: LocoRichard <lichen.wang@zilliz.com>
main
LocoRichard
3 years ago
1 changed files with
3 additions and
3 deletions
-
README.md
|
|
@ -50,7 +50,7 @@ towhee.glob['path']('./img.png') \ |
|
|
|
|
|
|
|
## Factory Constructor |
|
|
|
|
|
|
|
Create the operator via the following factory method |
|
|
|
Create the operator via the following factory method: |
|
|
|
|
|
|
|
***face_embedding.inceptionresnetv1(image_size = 160)*** |
|
|
|
|
|
|
@ -58,7 +58,7 @@ Create the operator via the following factory method |
|
|
|
|
|
|
|
***image_size:*** *int* |
|
|
|
|
|
|
|
Scaled input image size to extract embedding. The higher resolution would generate the more discriminateive feature but cost more time to calculate. |
|
|
|
Scaled input image size to extract embedding. The higher resolution would generate the more discriminative feature but cost more time to calculate. |
|
|
|
|
|
|
|
supported types: `int`, default is 160. |
|
|
|
|
|
|
@ -68,7 +68,7 @@ supported types: `int`, default is 160. |
|
|
|
|
|
|
|
## Interface |
|
|
|
|
|
|
|
A face embedding operator takes a face image as input. It extracts the embedding back to ndarray. |
|
|
|
A face embedding operator takes a face image as input. It extracts the embedding in ndarray. |
|
|
|
|
|
|
|
**Parameters:** |
|
|
|
|
|
|
|