Created
May 22, 2021 15:01
-
-
Save nvg/003a2d6678d35f961d0aa5b7bafb3dbf to your computer and use it in GitHub Desktop.
Sample Predictions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "predictions": [ | |
| { "label": "Atelectasis", "probability": 0.065 }, | |
| { "label": "Cardiomegaly", "probability": 0.009 }, | |
| { "label": "Effusion", "probability": 0.43 }, | |
| { "label": "Infiltration", "probability": 0.397 }, | |
| { "label": "Mass", "probability": 0.0652 }, | |
| { "label": "Nodule", "probability": 0.052 }, | |
| { "label": "Pneumonia", "probability": 0.049 }, | |
| { "label": "Pneumothorax", "probability": 0.037 }, | |
| { "label": "Consolidation", "probability": 0.756 }, | |
| { "label": "Edema", "probability": 0.001 }, | |
| { "label": "Emphysema", "probability": 0.008 }, | |
| { "label": "Fibrosis", "probability": 0.039 }, | |
| { "label": "Pleural_Thickening", "probability": 0.16 }, | |
| { "label": "Hernia", "probability": 0.003 } | |
| ], | |
| "success": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment