xiaoman-zhang / KAD

MIT License
122 stars 10 forks source link

Question about the data processing phase #12

Closed Roypic closed 1 year ago

Roypic commented 1 year ago

Dear authors,

I'm tring to reimplement the whole process. However when deal with MIMIC-CXR datasets with data_process.sh script, I found that the caption.csv file is almost blanket. Should I rearrange the dataset( dicom to jpg, establish the image-txt croessponding csv) or there are already prepared ones? Thanks.

rookiemmmm commented 1 year ago

Hello, where did data_process.sh script come from? I can't find it.

xiaoman-zhang commented 1 year ago

That's in the google drive/ Baidu Cloud. ./A1_DATA/MIMIC-CXR/data_preprocess

rookiemmmm commented 1 year ago

Okay, thank you very much!

rookiemmmm commented 1 year ago

Hi, I can't find radgraph_entity_graphes.json in ../A1_DATA/MIMIC-CXR/json_preprocess/

xiaoman-zhang commented 1 year ago

Hi, The file was too large and I ran out of space on Google Drive, so I uploaded it to Baidu Netdisk. https://pan.baidu.com/s/1rozuHHsducL2S0NX4Hs4Tg?pwd=7ncb code: 7ncb

rookiemmmm commented 1 year ago

Okay,thank you.

rookiemmmm commented 1 year ago

I'm sorry, I can't find MRSTY.csv in ../A1_DATA/UMLS/.

Roypic commented 1 year ago

Me too, I also can't find MRSTY.csv anywhere.

xiaoman-zhang commented 1 year ago

upload to https://github.com/xiaoman-zhang/KAD/blob/main/A1_DATA/UMLS/MRSTY.csv

Roypic commented 1 year ago

Much appreciate.