From fd5839797088e15dff13c92eba4c730f540de086 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 16 Dec 2021 16:17:07 +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 c8483ae..1557809 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Authors: > **Note:** this is just a **template**, not a runnable pipeline. -This **class template for the image embedding operator** defines the image embedding functions, as well as the standard inputs and outputs. You can complete the operator by filling in the function(`__init__`, `__call__` ) in [image_embedding_operator_class.py](http://./image_embedding_operator_class.py) and update this README file. FYI, [image-embedding-resnet50](https://hub.towhee.io/towhee/image-embedding-resnet50) is based on this template. +This **class template for the image embedding operator** defines the image embedding functions, as well as the standard inputs and outputs. You can complete the operator by filling in the function(`__init__`, `__call__` ) in [image_embedding_operator_template.py](http://./image_embedding_operator_template.py) and update this README file. FYI, [image-embedding-resnet50](https://hub.towhee.io/towhee/image-embedding-resnet50) is based on this template. This Operator generates feature vectors from "someone" model, which is trained on "someone" dataset.