Created
June 6, 2019 14:54
-
-
Save dima-kov/73639a2dc182bf325a4b9040e59d9aea to your computer and use it in GitHub Desktop.
Polygons recognition result example
This file contains 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
{ | |
"data":[ | |
[[1,1], [2,3], [1,5], [1,1]], | |
[[1,2], [2,2], [4,5], [1,2]] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment