Browse Source
Update README
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -1,6 +1,6 @@ |
|
|
# Image Preprocessing Operator |
|
|
# Image Preprocessing Operator |
|
|
|
|
|
|
|
|
Authors: derekdqc, shiyu22 |
|
|
|
|
|
|
|
|
Authors: derekdqc |
|
|
|
|
|
|
|
|
## Overview |
|
|
## Overview |
|
|
|
|
|
|
|
@ -28,7 +28,7 @@ __call__(self, img: Union[Image.Image, torch.Tensor, str]) |
|
|
|
|
|
|
|
|
- img: |
|
|
- img: |
|
|
- the input image to be processed |
|
|
- the input image to be processed |
|
|
- supported type: ` PIL.image` or `str` (path of the image) |
|
|
|
|
|
|
|
|
- supported type: `PIL.image` or `str` (path of the image) |
|
|
|
|
|
|
|
|
**Returns:** |
|
|
**Returns:** |
|
|
|
|
|
|
|
|