RyanWangZf / MedCLIP

EMNLP'22 | MedCLIP: Contrastive Learning from Unpaired Medical Images and Texts
394 stars 41 forks source link

problems on training from scratch #25

Open LouisTang0524 opened 1 year ago

LouisTang0524 commented 1 year ago

Thanks a lot for sharing your code here. I am new in the field and I am trying to train MedCLIP from scratch. It would be really helpful if you could possibly tell me how to preprocess MIMIC-CXR and chexpert data, like how did you get the mimic-csr-train-meta.csv file and how did you organize the images. Or could you please release you data preprocess scripts on github?

Thanks again for your work.

rawanalyahya commented 1 year ago

+1

gaoxin492 commented 1 year ago

Thanks a lot for sharing your code here. I am new in the field and I am trying to train MedCLIP from scratch. It would be really helpful if you could possibly tell me how to preprocess MIMIC-CXR and chexpert data, like how did you get the mimic-csr-train-meta.csv file and how did you organize the images. Or could you please release you data preprocess scripts on github?

Thanks again for your work.

https://github.com/MIT-LCP/mimic-cxr

sergiotasconmorales commented 12 months ago

@gaoxin492 I used the description in this part of the link you sent to generate many csv files and one named mimic_cxr_sectioned.csv. Is that the file your code expects in like 165 of dataset.py?

Dharmik29 commented 5 months ago

Thanks a lot for sharing your code here. I am new in the field and I am trying to train MedCLIP from scratch. It would be really helpful if you could possibly tell me how to preprocess MIMIC-CXR and chexpert data, like how did you get the mimic-csr-train-meta.csv file and how did you organize the images. Or could you please release you data preprocess scripts on github?

Thanks again for your work.

Hey @LouisTang0524 did u train the model from scratch , please can you contact me !! I am also stuck in a similar project

sahiljethani commented 4 months ago

Hey can anybody help me out on how to train this model from scratch?