From 70104b8e177ff95d412078c184a975af886e60fc Mon Sep 17 00:00:00 2001 From: zhang chen Date: Mon, 20 Dec 2021 15:27:28 +0800 Subject: [PATCH] output shape introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1ecd1..d27701b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The Operator returns a tuple `Tuple[('embedding', numpy.ndarray)]` containing fo - feature_vector: - the embedding of the image - data type: `numpy.ndarray` - + - shape: (dim,) ## Requirements You can get the required python package by [requirements.txt](./requirements.txt).