From cfed14bbebbb188092ae33456101a4feeb5e5450 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 19 Apr 2022 18:20:24 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d378bcc..74a512e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Image Embedding with Timm -*author: Jael Gu, Filip* +*author: [Jael Gu](https://github.com/jaelgu), Filip*
@@ -16,7 +16,7 @@ which maintains SOTA deep-learning models and tools in computer vision. ## Code Example Load an image from path './towhee.jpg' -and use the pretrained ResNet50 model ('resnet50') to generate an image embedding. +and use the pretrained ResNet50 model ('resnet50') to generate an image embedding. *Write the pipeline in simplified style:* @@ -88,6 +88,3 @@ The decoded image data in numpy.ndarray. **Returns:** *numpy.ndarray* The image embedding extracted by model. - - -