Skip to content

Instantly share code, notes, and snippets.

@vanpelt
Last active February 10, 2017 23:03
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 vanpelt/fcaba840bb7b1a3349989081ccea07fc to your computer and use it in GitHub Desktop.
Save vanpelt/fcaba840bb7b1a3349989081ccea07fc to your computer and use it in GitHub Desktop.
An overview of the prediction formats usable with the CrowdFlower annotation tool
{
"shapes":[
{"type": "predicted_box", "width": 100, "height": 100, "x": 100, "y": 100, "rotation": 180, "tag": "optional class", "probability": 0.8},
{"type": "predicted_poly", "points": [100, 100, 150, 150, 100, 100], "tag": "optional class", "probability": 0.8},
{"type": "predicted_dots", "dots": [{"x":100, "y":100, "tag": "optional class"}], "tag": "optional class", "probability": 0.8}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment