From 65d977bdd2a3c361a167fa058443c5de262e54d4 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 8 Feb 2023 15:53:53 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1358fd..0c06f4f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The default pretrained model weights are from [The 1st Place Solution of ISC21 ( ## Code Example Load an image from path './towhee.jpg' -and use the pretrained ISC model ('resnet50') to generate an image embedding. +and use the pretrained ISC model to generate an image embedding. *Write a pipeline with explicit inputs/outputs name specifications:*