Skip to content

Instantly share code, notes, and snippets.

@fairchild
Created January 14, 2015 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fairchild/216294821b29e5945720 to your computer and use it in GitHub Desktop.
Save fairchild/216294821b29e5945720 to your computer and use it in GitHub Desktop.
{"photo":
{"id":"straw00267"},
"annotations":[
{
"x":19,
"y":20,
"w":50,
"h":50,
"predictions": {
"green":0.2,
"red":0.95
}
}
]
}
{"photo":
{"id":"straw00267"},
"annotations":[
{
"x":19,
"y":20,
"w":50,
"h":50,
"green":0.2,
"green_confidence": 0.9
"red":0.95,
"red_confidence": 0.1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment