haifangong / VQAMix

[IEEE TMI'22] VQAMix: Conditional Triplet Mixup for Medical Visual Question Answering
14 stars 2 forks source link

code for processing the datasets #3

Open hylq66 opened 1 year ago

hylq66 commented 1 year ago

Thank you very much for your work. Now I want to train the model with other datasets (such as VQA-Med). What do I do with my data? We would appreciate it if you could provide us with your code for processing the data.

haifangong commented 1 year ago

Thank you for your attention. You can refer to the code under this folder {https://github.com/haifangong/CMSA-MTPT-4-MedicalVQA/tree/main/tools} to deal with your dataset, or extract and plug the core code of our vqamix to your framework.

chenQ1114 commented 3 months ago

Thank you very much for your work. Now I want to train the model with other datasets (such as VQA-Med). What do I do with my data? We would appreciate it if you could provide us with your code for processing the data.

Hi, did you train the model with VQA-Med datasets successfully? Have you deal with VQA-Med dataset in VQAMix framework or extract the vqamix to other framework?