Using img2vec as a library fromimg2vec_pytorchimportImg2VecfromPILimportImage# Initialize Img2Vec with GPUimg2vec=Img2Vec(cuda=True)# Read in an image (rgb format)img=Image.open('test.jpg')# Get a vector from img2vec, returned as a torch FloatTensorvec=img2vec.get_vec(img,tensor=...
Documentation for this module can be found here. Build Docker container LOCAL_REPO="img2vec-pytorch" MODEL_NAME="resnet50" ./cicd/build.sh About Inference containers for the Weaviate `img2vec-pytorch` module Resources Readme License BSD-3-Clause license Activity Custom properties Stars...