From 95cc08848e7dd78cc7ce6ced2d13bb2efb49e0a5 Mon Sep 17 00:00:00 2001 From: LocoRichard Date: Fri, 22 Apr 2022 10:28:17 +0800 Subject: [PATCH] [DOC] Refine Readme Signed-off-by: LocoRichard --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f195ff5..08ea5f5 100644 --- a/README.md +++ b/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:**