SuperSupermoon / MedViLL

MedViLL official code. (Published IEEE JBHI 2021)
MIT License
83 stars 11 forks source link

Google Colab to play around with MedViLL for report generation in inference mode? #12

Open PabloMessina opened 1 year ago

PabloMessina commented 1 year ago

Hi! First of all, congrats for the awesome work.

I wanted to play around with the pretrained model in the downstream task of report generation. Given that the pretrained weights of MedViLL are available, I thought that it should be straightforward to implement a Google Colab notebook to use a pretrained MedViLL in inference mode to generate reports from Chest X-ray images. However, I'm having a hard time figuring out how to do this. I've been reading the code inside https://github.com/SuperSupermoon/MedViLL/tree/master/downstream_task/report_generation_and_vqa but I don't see an easy to way to do it.

Basically I want to create a Google Colab notebook that does the following things:

Is something like that easy to implement? I would appreciate some guidance on how to achieve this.

Thanks in advance.

xaleza commented 1 year ago

I'm trying to do the same but i can't seem to firgure how to run the model on inference mode. Do you have an update on this?