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