|
@ -6,8 +6,8 @@ |
|
|
|
|
|
|
|
|
## Desription |
|
|
## Desription |
|
|
|
|
|
|
|
|
An image embedding operator generates a vector given an image. |
|
|
|
|
|
This operator extracts features for image with pretrained models provided by [Timm](https://github.com/rwightman/pytorch-image-models). |
|
|
|
|
|
|
|
|
An image embedding operator generates a vector when given an image. |
|
|
|
|
|
This operator extracts features for images with pretrained 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), |
|
|
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. |
|
|
which maintains SOTA deep-learning models and tools in computer vision. |
|
|
|
|
|
|
|
|