Skip to content

Instantly share code, notes, and snippets.

@ronaldbradford
Created August 25, 2022 23:51
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/9b8a132e1bdb4e298bafa383337f6464 to your computer and use it in GitHub Desktop.
Save ronaldbradford/9b8a132e1bdb4e298bafa383337f6464 to your computer and use it in GitHub Desktop.
{
"Labels": [
{
"Name": "Bird",
"Confidence": 96.59862518310547,
"Instances": [],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Animal",
"Confidence": 96.59862518310547,
"Instances": [],
"Parents": []
},
{
"Name": "Emu",
"Confidence": 92.8227767944336,
"Instances": [],
"Parents": [
{
"Name": "Bird"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Sheep",
"Confidence": 92.77684020996094,
"Instances": [
{
"BoundingBox": {
"Width": 0.273597776889801,
"Height": 0.23419001698493958,
"Left": 0.21994642913341522,
"Top": 0.4648003578186035
},
"Confidence": 92.77684020996094
},
{
"BoundingBox": {
"Width": 0.20132434368133545,
"Height": 0.25876277685165405,
"Left": 0.5536007881164551,
"Top": 0.4703221619129181
},
"Confidence": 50.26557922363281
}
],
"Parents": [
{
"Name": "Mammal"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Mammal",
"Confidence": 92.77684020996094,
"Instances": [],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Antelope",
"Confidence": 88.17869567871094,
"Instances": [
{
"BoundingBox": {
"Width": 0.045415282249450684,
"Height": 0.11858691275119781,
"Left": 0.8408650159835815,
"Top": 0.1994578093290329
},
"Confidence": 88.17869567871094
}
],
"Parents": [
{
"Name": "Wildlife"
},
{
"Name": "Mammal"
},
{
"Name": "Animal"
}
]
},
{
"Name": "Wildlife",
"Confidence": 88.17869567871094,
"Instances": [],
"Parents": [
{
"Name": "Animal"
}
]
},
{
"Name": "Ostrich",
"Confidence": 58.65974426269531,
"Instances": [],
"Parents": [
{
"Name": "Bird"
},
{
"Name": "Animal"
}
]
}
],
"LabelModelVersion": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment