From b83736a302e3de9ed7981ec5ee5c332fafea3bf8 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 16 Dec 2021 13:56:28 +0800 Subject: [PATCH] Update README Signed-off-by: shiyu22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd574b8..fe030d8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can get the required python package by [requirements.txt](./requirements.txt ## How it works -The `towhee/resnet-image-embedding` Operator implements the function of image embedding, which can add to the pipeline. For example, it's the key Operator named embedding_model within [image-embedding-resnet](https://hub.towhee.io/towhee/image-embedding-resnet) pipeline, and it is the red box in the picture below. +The `towhee/resnet-image-embedding` Operator implements the function of image embedding, which can add to the pipeline. For example, it's the key Operator named embedding_model within [image-embedding-resnet50](https://hub.towhee.io/towhee/image-embedding-resnet50) pipeline and [image-embedding-resnet101](https://hub.towhee.io/towhee/image-embedding-resnet101), and it is the red box in the picture below. ![img](./readme_res/operator.png)