logo
Browse Source

Update README

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 3 years ago
parent
commit
fd58397970
  1. 2
      README.md

2
README.md

@ -6,7 +6,7 @@ Authors:
> <font color=red>**Note:** this is just a **template**, not a runnable pipeline.</font> > <font color=red>**Note:** this is just a **template**, not a runnable pipeline.</font>
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. This Operator generates feature vectors from "someone" model, which is trained on "someone" dataset.

Loading…
Cancel
Save