We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Train a binary classifier where 1 class is NIH Chest X Ray images and 2nd class is Google Download images
Train a binary classifier where 1 class is NIG chest X Ray images and 2nd class is natural images like from image net
Manually assign positive and negative on google images and then train a classifier.
Test all the methods on Google downloaded images.
The text was updated successfully, but these errors were encountered:
1st Try: Trained a classifer on NIG Chest XRay images vs Google downloaded images. The classifier identified the Google images with 99% accuracy. The CAM atten maps are all uniform. The expectation was, the x-ray images downloaded from Google get incorrectly classified as NIH images. But the classifier always label them as Google. So we failed. Results: https://github.com/sumedhasingla/MultiModalImageText/blob/master/Explore_Predictions_Binary_Classification_NIH_vs_Google.ipynb
Sorry, something went wrong.
sumedhasingla
No branches or pull requests
Train a binary classifier where 1 class is NIH Chest X Ray images and 2nd class is Google Download images
Train a binary classifier where 1 class is NIG chest X Ray images and 2nd class is natural images like from image net
Manually assign positive and negative on google images and then train a classifier.
Test all the methods on Google downloaded images.
The text was updated successfully, but these errors were encountered: