Skip to content

Instantly share code, notes, and snippets.

@harrywang
Created March 14, 2020 14:53
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 harrywang/9093f43e83c9726f6bea8e8e2c372c73 to your computer and use it in GitHub Desktop.
Save harrywang/9093f43e83c9726f6bea8e8e2c372c73 to your computer and use it in GitHub Desktop.
google object detection result
{
"responses": [
{
"localizedObjectAnnotations": [
{
"mid": "/j/5qg9b8",
"name": "Packaged goods",
"score": 0.8396697,
"boundingPoly": {
"normalizedVertices": [
{
"x": 0.31004247,
"y": 0.48470056
},
{
"x": 0.37677133,
"y": 0.48470056
},
{
"x": 0.37677133,
"y": 0.68388414
},
{
"x": 0.31004247,
"y": 0.68388414
}
]
}
},
{
"mid": "/j/5qg9b8",
"name": "Packaged goods",
"score": 0.74979454,
"boundingPoly": {
"normalizedVertices": [
{
"x": 0.15444675,
"y": 0.3463694
},
{
"x": 0.22676641,
"y": 0.3463694
},
{
"x": 0.22676641,
"y": 0.6863913
},
{
"x": 0.15444675,
"y": 0.6863913
}
]
}
},
{
"mid": "/j/5qg9b8",
"name": "Packaged goods",
"score": 0.6552249,
"boundingPoly": {
"normalizedVertices": [
{
"x": 0.21953277,
"y": 0.34757558
},
{
"x": 0.29766122,
"y": 0.34757558
},
{
"x": 0.29766122,
"y": 0.6525847
},
{
"x": 0.21953277,
"y": 0.6525847
}
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment