论文题目:
多模态疾病诊断及报告生成方法的研究与实现
torch==1.5.1torchvision==0.6.1opencv-python==4.4.0.42
We use two datasets (IU X-Ray and MIMIC-CXR) in our paper.
For IU X-Ray, you need to download the dataset and put the files in data/iu_xray.
For MIMIC-CXR, you need to download the dataset and put the files in data/mimic_cxr.
Run bash run_iu_xray.sh to train a model on the IU X-Ray data.
Run bash run_mimic_cxr.sh to train a model on the MIMIC-CXR data.