-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Problem with model classification of Mimic CXR #156
Comments
My guesses so far:
Another thing you can do is just process the entire dataset and then select the test samples from that. Then you can use the default MIMIC metadata files to load the dataloader. |
Yes in the end I was able to solve the problem, but still thank you for the answer! One other question, are the models trained only on Frontal Views? |
Yes the models were only trained on Frontal views (PA, AP) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thank you so much for your amazing works.
I need to use your trained model for a project. In order to understand how to use the code, I've tried to evaluate the weights densenet121-res224-all on the official test split of the Mimic CXR-JPEG.
But I'm getting terrible performances, so I'm pretty sure I'm doing something wrong, but I can't find out what it is.
Here is an example of how I'm making the predictions:
I get for every class (the one which are part of the Mimic Split) an Auc of almost 0.5. Any idea on there is the mistake?
The text was updated successfully, but these errors were encountered: