-
Notifications
You must be signed in to change notification settings - Fork 22
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
race labels for MIMIC-CXR ? #39
Comments
Hi Robin, Race labels can be found here Let us know if we can help with anything else! |
ah amazing thanks that clears it up! Other questions, am I understading correctly there is some code that preprocesses MIMIC-CXR and that is not in this repo? Like, one cannot just follow:
for MIMIC-CXR, because https://github.com/Emory-HITI/AI-Vengers/blob/cbdf593b0d852e3078abbc72cf92aad03496511d/training_code/CXR_training/MIMIC/MIMIC_resnet34_race_detection_2021_06_29.ipynb starts from some dataframe that you have created with some code that is not in this repo? |
That's correct. At the moment you would have to join the csv dataframes and make your own train-val-test splits, like what we did with |
I see.
|
Wow! Great catch! As far I know we were unaware of this multiple ethnicity problem. I will look into this and test using these changes. I suspect it could improve performance by reducing noise from mislabeled patients. Thank you! |
Hi,
I wondered how to obtain the race labels for MIMIC - CXR ?
I do have access to https://physionet.org/content/mimic-cxr/2.0.0/ and https://physionet.org/content/mimic-cxr-jpg/2.0.0/ but could not locate where you get the white/asian/black labels?
Like how to create the
modified_viewposition_race_4-race-ethnicity_60-10-30_split_with_gender_age_ver_b.csv
that you use in the training code?Thanks for any help,
Best,
Robin
The text was updated successfully, but these errors were encountered: