diff --git a/README.md b/README.md index 6f3190d..0cb1685 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ## 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), which maintains SOTA deep-learning models and tools in computer vision.