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:*