File size: 2,941 Bytes
1894235
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
  "features": [
    {
      "name": "image",
      "dtype": "image"
    },
    {
      "name": "file_name",
      "dtype": "string"
    },
    {
      "name": "image_meta",
      "struct": [
        {
          "name": "image_id",
          "dtype": "int64"
        },
        {
          "name": "width",
          "dtype": "int32"
        },
        {
          "name": "height",
          "dtype": "int32"
        }
      ]
    },
    {
      "name": "samples",
      "list": [
        {
          "name": "id",
          "dtype": "int64"
        },
        {
          "name": "image_id",
          "dtype": "int64"
        },
        {
          "name": "category_id",
          "dtype": "int32"
        },
        {
          "name": "category",
          "dtype": "string"
        },
        {
          "name": "supercategory",
          "dtype": "string"
        },
        {
          "name": "sentences",
          "list": "string"
        },
        {
          "name": "is_person_split",
          "dtype": "bool"
        },
        {
          "name": "label",
          "dtype": "string"
        },
        {
          "name": "area",
          "dtype": "float32"
        },
        {
          "name": "bbox",
          "list": "float32"
        },
        {
          "name": "bitmap_rle",
          "struct": [
            {
              "name": "counts",
              "dtype": "string"
            },
            {
              "name": "size",
              "list": "int32"
            }
          ]
        },
        {
          "name": "bitmap_rle_original",
          "struct": [
            {
              "name": "counts",
              "dtype": "string"
            },
            {
              "name": "size",
              "list": "int32"
            }
          ]
        },
        {
          "name": "bitmap_rle_refined",
          "struct": [
            {
              "name": "counts",
              "dtype": "string"
            },
            {
              "name": "size",
              "list": "int32"
            }
          ]
        },
        {
          "name": "svg",
          "dtype": "string"
        },
        {
          "name": "svg_original",
          "dtype": "string"
        },
        {
          "name": "svg_refined",
          "dtype": "string"
        },
        {
          "name": "svg_refined_paths",
          "list": "string"
        },
        {
          "name": "refinement_meta",
          "struct": [
            {
              "name": "bbox_refined",
              "list": "float32"
            },
            {
              "name": "area_refined",
              "dtype": "float32"
            },
            {
              "name": "iou_refined_vs_original",
              "dtype": "float32"
            }
          ]
        }
      ]
    }
  ],
  "splits": [
    {
      "name": "validation",
      "num_bytes": 0,
      "num_examples": 1500
    }
  ]
}