From 3483d2f1141ee99068033b67d27a5eff376705cc Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 16 Dec 2021 13:57:34 +0800 Subject: [PATCH] Update README Signed-off-by: shiyu22 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfa15f7..d5154b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Image Preprocessing Operator -Authors: derekdqc, shiyu22 +Authors: derekdqc ## Overview @@ -28,7 +28,7 @@ __call__(self, img: Union[Image.Image, torch.Tensor, str]) - img: - 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:**