logo
Browse Source

Update

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

2
README.md

@ -36,8 +36,6 @@ In computer vision (CV) directions, image transformations are usually an indispe
You can get the required python package by [requirements.txt](./requirements.txt).
- pillow
## How it works
The `towhee/transform-image` Operator is used for image transformation and is an important part of data preprocessing. It can be added to the pipeline and is usually used as the first custom operator of the pipeline. For example, it's the first Operator named processing within [image_embedding_resnet50](https://hub.towhee.io/towhee/image-embedding-resnet50) pipeline, and it is the red box in the picture below.

4
requirements.txt

@ -1,4 +0,0 @@
torch>=1.2.0
torchvision>=0.4.0
numpy>=1.19.5
pillow>=8.3.1
Loading…
Cancel
Save