-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Longitudinal Dataset #1
Comments
Hi, Thanks for your intererst in our work. We are refactoring our codebase and will release the preprocessing code to curate this longitudinal dataset as soon as possible. Thanks a lot! |
Hello! |
Hello, may I ask if you have resolved this issue? |
Waiting for your update!...(。•ˇ‸ˇ•。) ......(。•ˇ‸ˇ•。) ......(。•ˇ‸ˇ•。) ... |
Hi, Sorry for the late update ... We have updated the README and the preprocessing code. Please let us know if you have any questions. Best regards, |
Hi authors,
I am trying to recreate the temporal dataset you used in your paper. I noticed in your preprocessing folder under the 'create_temporal_dataset.ipynb', that you used 'master.csv' file, please can you explain how this file was generated.
Also, in the datasets folder, you have another file 'temporal_mimic_cxr_dataset.py' where you used 'mimic_annotation.json' file.
Can you explain which of the longitudinal data you used, the one from the preprocessing folder or the one from the datasets folder? How was the 'master.csv' file and 'mimic_annotation.json' file created?
dataset = TemporalMIMICCXRDataset(
annotation_file="/home/r15user2/Documents/CXR_dataset/temporal_CXR/mimic_annotation.json",
dataset_dir="/home/r15user2/Documents/CXR_dataset/mimic_data/2.0.0/files",
split="train",
train_data_pct=1,
tokenizer=tokenizer
)
The text was updated successfully, but these errors were encountered: