logo
Browse Source

Add README

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 2 years ago
parent
commit
0fb26e02f2
  1. 6
      README.md

6
README.md

@ -4,6 +4,8 @@
An image embedding pipeline generates a vector given an image. This Pipeline extracts features for image with 'ResNet50' models provided by [Timm](https://github.com/rwightman/pytorch-image-models). Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr), who maintains SOTA deep-learning models and tools in computer vision.
<br />
## Code Example
@ -33,6 +35,8 @@ res = p('https://github.com/towhee-io/towhee/raw/main/towhee_logo.png')
res.get()
```
<br />
## **Configuration**
@ -61,6 +65,8 @@ The flag to control whether to skip image pre-process. The default value is Fals
The number of GPU device, defaults to -1, which means using CPU.
<br />
## Interface

Loading…
Cancel
Save