Skip to content

Instantly share code, notes, and snippets.

@ronaldbradford
Created August 25, 2022 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronaldbradford/bbd2ceb9940ae95f5f0aabcbec5ce9f9 to your computer and use it in GitHub Desktop.
Save ronaldbradford/bbd2ceb9940ae95f5f0aabcbec5ce9f9 to your computer and use it in GitHub Desktop.
AWS Rekognition output of a picture of emus (didn't show emu)
{
"Labels": [
{
"Name": "Antelope",
"Confidence": 96.98802947998047,
"Instances": [
{
"BoundingBox": {
"Width": 0.13105767965316772,
"Height": 0.1697266399860382,
"Left": 0.2120549976825714,
"Top": 0.4301168918609619
},
"Confidence": 96.98802947998047
},
{
"BoundingBox": {
"Width": 0.1783786565065384,
"Height": 0.18849551677703857,
"Left": 0.3877696394920349,
"Top": 0.449584037065506
},
"Confidence": 70.89083099365234
}
],
"Parents": [
{
"Name": "Wildlife"
},
{
"Name": "Mammal"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Animal",
"Confidence": 96.98802947998047,
"Instances": [],
"Parents": []
},
{
"Name": "Mammal",
"Confidence": 96.98802947998047,
"Instances": [],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Wildlife",
"Confidence": 96.98802947998047,
"Instances": [],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Bird",
"Confidence": 94.19549560546875,
"Instances": [
{
"BoundingBox": {
"Width": 0.188782200217247,
"Height": 0.19371935725212097,
"Left": 0.38588881492614746,
"Top": 0.4510670304298401
},
"Confidence": 94.19549560546875
},
{
"BoundingBox": {
"Width": 0.022839905694127083,
"Height": 0.04938948526978493,
"Left": 0.3177981376647949,
"Top": 0.42893537878990173
},
"Confidence": 60.909873962402344
}
],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Sheep",
"Confidence": 91.27743530273438,
"Instances": [
{
"BoundingBox": {
"Width": 0.19490429759025574,
"Height": 0.14338883757591248,
"Left": 0.7308471202850342,
"Top": 0.5132139921188354
},
"Confidence": 91.27743530273438
},
{
"BoundingBox": {
"Width": 0.07265152037143707,
"Height": 0.11310642957687378,
"Left": 0.06020120158791542,
"Top": 0.504623532295227
},
"Confidence": 65.61625671386719
}
],
"Parents": [
{
"Name": "Mammal"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Outdoors",
"Confidence": 77.7018051147461,
"Instances": [],
"Parents": []
},
{
"Name": "Vulture",
"Confidence": 68.09037780761719,
"Instances": [],
"Parents": [
{
"Name": "Bird"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Field",
"Confidence": 68.0755386352539,
"Instances": [],
"Parents": []
},
{
"Name": "Nature",
"Confidence": 65.91276550292969,
"Instances": [],
"Parents": []
},
{
"Name": "Grass",
"Confidence": 59.550907135009766,
"Instances": [],
"Parents": [
{
"Name": "Plant"
}
]
},
{
"Name": "Plant",
"Confidence": 59.550907135009766,
"Instances": [],
"Parents": []
},
{
"Name": "Hyena",
"Confidence": 59.29437255859375,
"Instances": [],
"Parents": [
{
"Name": "Wildlife"
},
{
"Name": "Mammal"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Grassland",
"Confidence": 58.08293151855469,
"Instances": [],
"Parents": [
{
"Name": "Outdoors"
},
{
"Name": "Field"
}
]
},
{
"Name": "Ground",
"Confidence": 57.475154876708984,
"Instances": [],
"Parents": []
},
{
"Name": "Savanna",
"Confidence": 57.295352935791016,
"Instances": [],
"Parents": [
{
"Name": "Grassland"
},
{
"Name": "Nature"
},
{
"Name": "Outdoors"
},
{
"Name": "Field"
}
]
}
],
"LabelModelVersion": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment