AWS Rekognition output of a picture of emus (didn't show emu)
This file contains 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
{ | |
"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