The pipeline is used to **extract the feature vector of a given image**. It first normalizes the image and then uses Resnet model to generate the vector.
The pipeline is used to **extract the feature vector of a given image**. It first normalizes the image and then uses Resnet50 model to generate the vector.
## Interface
@ -39,7 +39,7 @@ $ pip3 install towhee
>>> from PIL import Image
>>> img = Image.open('path/to/your/image') # for example, './test.jpg'