Skip to content

Instantly share code, notes, and snippets.

@nvg
Created May 22, 2021 15:01
Show Gist options
  • Select an option

  • Save nvg/003a2d6678d35f961d0aa5b7bafb3dbf to your computer and use it in GitHub Desktop.

Select an option

Save nvg/003a2d6678d35f961d0aa5b7bafb3dbf to your computer and use it in GitHub Desktop.
Sample Predictions
{
"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