lucidrains / flamingo-pytorch

Implementation of 🦩 Flamingo, state-of-the-art few-shot visual question answering attention net out of Deepmind, in Pytorch
MIT License
1.21k stars 59 forks source link

How to use Flamingo for VQA task? #11

Open karndeepsingh opened 1 year ago

karndeepsingh commented 1 year ago

Hi, Thanks for sharing this awesome implementation. I am very interested in using Flamingo model for my usecase. How I can use this implementation to get inference on my dataset for VQA task? I have certain images of products and want extract some information image of product by questioning it. How I can do it ?

Please help.

thanks