Open NorthTree22 opened 1 year ago
Yes, we selected the cases with both frontal and lateral images, and we exclude cases without impression or findings sections. As a result, we obtain 2,939 studies (2,339 for training, 300 for validation and 300 for testing) in IU X-Ray. Similarly, we obtain 78,801 studies (62,801 for training, 8,000 for validation and 8,000 for testing) in MIMIC-CXR.
Ok, thanks a lot!
Hi, what is the 'img2othersFull.pkl', appears in TF-IDF/mesh_tag.py
f = open('/media/camlab1/doc_drive/IU_data/images_R2_Ori/img2othersFull.pkl', 'rb')
Already uploaded
Already uploaded
Thanks.
Hello, I have another question for the experimental data section," selected the cases with both frontal and lateral images," Could you tell me how to select the frontal and lateral images on the MIMIC-CXR data set? In addition, I have observed that there are a large number of images from other perspectives in the MIMIC-CXR dataset. In addition, why only compare data with both front and side views? Looking forward to your reply.
Hi, the selection is done according to the metadata provided by the original dataset. There is a file "mimic-cxr-2.0.0-metadata.csv", and you may choose according the "ViewPosition". For the second question, this paper was written in the year 2019 but officially published in 2023. Before 2019, many works employed two view and we also used two views. Thank you for your attention on our paper!
Hi, the selection is done according to the metadata provided by the original dataset. There is a file "mimic-cxr-2.0.0-metadata.csv", and you may choose according the "ViewPosition". For the second question, this paper was written in the year 2019 but officially published in 2023. Before 2019, many works employed two view and we also used two views. Thank you for your attention on our paper!
Thank you for your reply. I fully understand.
Hello, whether the data you are using in this code has already been processed