Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

annotations.json 2.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
  1. {
  2. "images": [
  3. {
  4. "width": 1920,
  5. "height": 1200,
  6. "id": 0,
  7. "file_name": "../images/002.png"
  8. },
  9. {
  10. "width": 1920,
  11. "height": 1200,
  12. "id": 1,
  13. "file_name": "../images/003.png"
  14. }
  15. ],
  16. "categories": [
  17. {
  18. "id": 0,
  19. "name": "Baby Yoda"
  20. }
  21. ],
  22. "annotations": [
  23. {
  24. "id": 0,
  25. "image_id": 0,
  26. "category_id": 0,
  27. "segmentation": [
  28. [
  29. 680.9936609483609,
  30. 779.0190887906439,
  31. 680.9936609483609,
  32. 715.5541275471383,
  33. 688.1783735419654,
  34. 688.0127292716544,
  35. 700.1528945313061,
  36. 668.8534956887092,
  37. 731.286649103592,
  38. 670.0509477876433,
  39. 736.0764574993283,
  40. 683.2229208759181,
  41. 760.0254994780098,
  42. 685.6178250737862,
  43. 769.6051162694822,
  44. 703.5796065577973,
  45. 761.2229515769438,
  46. 713.1592233492701,
  47. 752.8407868844052,
  48. 734.7133611300835,
  49. 751.6433347854714,
  50. 800.5732265714574
  51. ]
  52. ],
  53. "bbox": [
  54. 680.9936609483609,
  55. 668.8534956887092,
  56. 88.6114553211213,
  57. 131.7197308827482
  58. ],
  59. "ignore": 0,
  60. "iscrowd": 0,
  61. "area": 8429.131354646757
  62. },
  63. {
  64. "id": 1,
  65. "image_id": 1,
  66. "category_id": 0,
  67. "segmentation": [
  68. [
  69. 592.9411764705883,
  70. 861.1764705882352,
  71. 624.0,
  72. 796.2352941176472,
  73. 607.0588235294117,
  74. 711.5294117647057,
  75. 638.1176470588235,
  76. 677.6470588235294,
  77. 657.8823529411765,
  78. 592.9411764705883,
  79. 841.4117647058821,
  80. 621.1764705882354,
  81. 880.9411764705882,
  82. 674.8235294117648,
  83. 861.1764705882352,
  84. 720.0,
  85. 895.0588235294118,
  86. 880.941176470588
  87. ]
  88. ],
  89. "bbox": [
  90. 592.9411764705883,
  91. 592.9411764705883,
  92. 302.11764705882354,
  93. 287.99999999999966
  94. ],
  95. "ignore": 0,
  96. "iscrowd": 0,
  97. "area": 65699.87543252623
  98. }
  99. ],
  100. "info": {
  101. "year": 2022,
  102. "version": "1.0",
  103. "description": "",
  104. "contributor": "Label Studio",
  105. "url": "",
  106. "date_created": "2022-02-28 15:28:58.885418"
  107. }
  108. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...