From 09d59f4acc12ebd00b6b80d0d126b1ff7d455018 Mon Sep 17 00:00:00 2001 From: GuoRentong Date: Thu, 7 Apr 2022 16:27:30 +0800 Subject: [PATCH] Modify README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca933a..f4bdef4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ An image decode operator takes an image path as input. It decodes the image back -**Returns**: *towhee.types.Image* +**Returns**: *towhee.types.Image (a sub-class of numpy.ndarray)* ​ The decoded image data as numpy.ndarray.