Browse Source
Optimize README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
6 additions and
4 deletions
-
README.md
|
|
@ -76,15 +76,17 @@ It uses the pre-trained model specified by model name to generate an image embed |
|
|
|
|
|
|
|
**Parameters:** |
|
|
|
|
|
|
|
***img***: *numpy.ndarray* |
|
|
|
***img***: *[towhee.types.Image]()* |
|
|
|
|
|
|
|
The decoded image data in numpy.ndarray. |
|
|
|
The decoded image data in towhee.types.Image (numpy.ndarray). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Returns**: *numpy.ndarray* |
|
|
|
**Returns**: |
|
|
|
|
|
|
|
The image embedding extracted by model. |
|
|
|
*numpy.ndarray* |
|
|
|
|
|
|
|
The image embedding extracted by model. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|