Open Lalalalala-l opened 8 months ago
Which json file do you mean?If you say the json File in MimicCXR dataset, maybe I cannot provide the exact file due to the license limitation. You can apply and download the file from the [homepage](https://physionet.org/content/mimic-cxr/), and run the preprocess scripts as shown in README.
Which json file do you mean?If you say the json File in MimicCXR dataset, maybe I cannot provide the exact file due to the license limitation. You can apply and download the file from the [homepage](https://physionet.org/content/mimic-cxr/), and run the preprocess scripts as shown in README.
Okay, thank you!
https://physionet.org/content/mimic-cxr-jpg/2.1.0/ You can download images here
https://physionet.org/content/mimic-cxr-jpg/2.1.0/ You can download images here
Can you tell me the format of the data in the Json file? I have some problems here. I plan to modify them directly with the files that have been processed before. Thank you very much.
The json file is obtained by
cd codes/
python prior/data/pretrain/mimiccxr.py build --root_image_path <image_dataset_path> --root_report_path <report_dataset_path> --save_path <dataset_json_path> --meta_csv_path <meta_csv_path>
as presented in the README :)
hello,mentor.can you provide the annotation.json,I meet some mistake.Please!