From 5c97d41ff1f7f69f70052d75f09af27076764113 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 9 Dec 2021 18:29:30 +0800 Subject: [PATCH] Update Signed-off-by: shiyu22 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b9df0d..b60c0b4 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ This pipeline is used to **extract the feature vector of the image**. First step **Args:** -- img_tensor(`PIL.Image`), +​ img_tensor(`PIL.Image`): - The image to be encoded. +​ The image to be encoded. **Returns:** -- (`Tuple[('cnn', numpy.ndarray)]`) +​ (`Tuple[('cnn', numpy.ndarray)]`) - The embedding of the image. +​ The embedding of the image. ## How to use