Last active
February 10, 2017 23:03
-
-
Save vanpelt/fcaba840bb7b1a3349989081ccea07fc to your computer and use it in GitHub Desktop.
An overview of the prediction formats usable with the CrowdFlower annotation tool
This file contains hidden or 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
{ | |
"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