From 7981c533afa0962fedc55cb50269abb084c0b425 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 25 Mar 2022 17:42:08 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd9fbaa..833dc2c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Create the operator via the following factory method ## Interface -An image decode operator takes an image path as input. It decodes the image back to ndarray. - +An image embedding operator takes an image in ndarray as input. +It uses the pre-trained model specified by model name to generate an image embedding in ndarray. **Parameters:**