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.
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
## Code Example
@ -33,6 +35,8 @@ res = p('https://github.com/towhee-io/towhee/raw/main/towhee_logo.png')
res.get()
res.get()
```
```
<br/>
## **Configuration**
## **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.
The number of GPU device, defaults to -1, which means using CPU.