logo
Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
Jael Gu 2 years ago
parent
commit
a3c88ace3f
  1. 8
      README.md

8
README.md

@ -2,7 +2,7 @@
*author: Jael Gu, Filip*
</br>
<br />
## Desription
@ -11,7 +11,7 @@ This operator extracts features for image with pretrained models provided by [Ti
Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr),
which maintains SOTA deep-learning models and tools in computer vision.
</br>
<br />
## Code Example
@ -44,7 +44,7 @@ towhee.glob['path']('./towhee.jpg') \
<img src="./result2.png" height="150px"/>
</br>
<br />
## Factory Constructor
@ -72,7 +72,7 @@ The default value is False.
If set to True, it will skip image preprocessing steps (transforms).
In this case, input image data must be prepared in advance in order to properly fit the model.
</br>
<br />
## Interface

Loading…
Cancel
Save