-
-
Save simonw/26bfdb22d7d73450c13f49abbf0c251a to your computer and use it in GitHub Desktop.
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
| [ | |
| { | |
| "object_name": "the raccoon", | |
| "bbox": [ | |
| { | |
| "x_min": 270, | |
| "y_min": 240, | |
| "x_max": 892, | |
| "y_max": 845 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the coffee cup", | |
| "bbox": [ | |
| { | |
| "x_min": 424, | |
| "y_min": 115, | |
| "x_max": 610, | |
| "y_max": 273 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the banana peel", | |
| "bbox": [ | |
| { | |
| "x_min": 472, | |
| "y_min": 215, | |
| "x_max": 667, | |
| "y_max": 291 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the newspaper", | |
| "bbox": [ | |
| { | |
| "x_min": 305, | |
| "y_min": 223, | |
| "x_max": 548, | |
| "y_max": 315 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the trash can lid", | |
| "bbox": [ | |
| { | |
| "x_min": 107, | |
| "y_min": 800, | |
| "x_max": 1000, | |
| "y_max": 998 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the raccoon's face", | |
| "bbox": [ | |
| { | |
| "x_min": 305, | |
| "y_min": 283, | |
| "x_max": 750, | |
| "y_max": 537 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the raccoon's left eye", | |
| "bbox": [ | |
| { | |
| "x_min": 565, | |
| "y_min": 379, | |
| "x_max": 605, | |
| "y_max": 416 | |
| } | |
| ] | |
| }, | |
| { | |
| "object_name": "the raccoon's right eye", | |
| "bbox": [ | |
| { | |
| "x_min": 442, | |
| "y_min": 379, | |
| "x_max": 489, | |
| "y_max": 413 | |
| } | |
| ] | |
| } | |
| ] |
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
| [ | |
| { | |
| "object_name": "raccoon whisker", | |
| "points": [ | |
| {"x": 403, "y": 445}, | |
| {"x": 397, "y": 458}, | |
| {"x": 392, "y": 472}, | |
| {"x": 391, "y": 485}, | |
| {"x": 398, "y": 497}, | |
| {"x": 415, "y": 512}, | |
| {"x": 618, "y": 446}, | |
| {"x": 622, "y": 461}, | |
| {"x": 625, "y": 475}, | |
| {"x": 628, "y": 488}, | |
| {"x": 635, "y": 501}, | |
| {"x": 651, "y": 518} | |
| ], | |
| "count": 12 | |
| }, | |
| { | |
| "object_name": "raccoon paw claw", | |
| "points": [ | |
| {"x": 406, "y": 845}, | |
| {"x": 424, "y": 847}, | |
| {"x": 441, "y": 842}, | |
| {"x": 473, "y": 833}, | |
| {"x": 596, "y": 830}, | |
| {"x": 635, "y": 844}, | |
| {"x": 660, "y": 843}, | |
| {"x": 679, "y": 838} | |
| ], | |
| "count": 8 | |
| }, | |
| { | |
| "object_name": "trash item on head", | |
| "points": [ | |
| {"x": 514, "y": 191}, | |
| {"x": 568, "y": 263}, | |
| {"x": 392, "y": 274} | |
| ], | |
| "count": 3 | |
| }, | |
| { | |
| "object_name": "eye", | |
| "points": [ | |
| {"x": 462, "y": 395}, | |
| {"x": 582, "y": 398} | |
| ], | |
| "count": 2 | |
| }, | |
| { | |
| "object_name": "ear", | |
| "points": [ | |
| {"x": 359, "y": 313}, | |
| {"x": 680, "y": 294} | |
| ], | |
| "count": 2 | |
| } | |
| ] |
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
| [ | |
| {"object_name": "the raccoon", "x": 553, "y": 548}, | |
| {"object_name": "the coffee cup", "x": 515, "y": 205}, | |
| {"object_name": "the banana peel", "x": 569, "y": 261}, | |
| {"object_name": "the newspaper", "x": 399, "y": 279}, | |
| {"object_name": "the trash can lid", "x": 550, "y": 892}, | |
| {"object_name": "the raccoon's left eye", "x": 582, "y": 397}, | |
| {"object_name": "the raccoon's right eye", "x": 461, "y": 396}, | |
| {"object_name": "the raccoon's nose", "x": 514, "y": 472} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment