ikanher commited on
Commit
97e5fc5
·
verified ·
1 Parent(s): 5eebfb1

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +18 -131
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -4,144 +4,31 @@ dataset_info:
4
  - name: image
5
  dtype: image
6
  - name: label_shape
7
- dtype:
8
- class_label:
9
- names:
10
- '0': '0'
11
- '1': '1'
12
- '2': '2'
13
  - name: label_scale
14
- dtype:
15
- class_label:
16
- names:
17
- '0': '0'
18
- '1': '1'
19
- '2': '2'
20
- '3': '3'
21
- '4': '4'
22
- '5': '5'
23
  - name: label_orientation
24
- dtype:
25
- class_label:
26
- names:
27
- '0': '0'
28
- '1': '1'
29
- '2': '2'
30
- '3': '3'
31
- '4': '4'
32
- '5': '5'
33
- '6': '6'
34
- '7': '7'
35
- '8': '8'
36
- '9': '9'
37
- '10': '10'
38
- '11': '11'
39
- '12': '12'
40
- '13': '13'
41
- '14': '14'
42
- '15': '15'
43
- '16': '16'
44
- '17': '17'
45
- '18': '18'
46
- '19': '19'
47
- '20': '20'
48
- '21': '21'
49
- '22': '22'
50
- '23': '23'
51
- '24': '24'
52
- '25': '25'
53
- '26': '26'
54
- '27': '27'
55
- '28': '28'
56
- '29': '29'
57
- '30': '30'
58
- '31': '31'
59
- '32': '32'
60
- '33': '33'
61
- '34': '34'
62
- '35': '35'
63
- '36': '36'
64
- '37': '37'
65
- '38': '38'
66
- '39': '39'
67
  - name: label_x_position
68
- dtype:
69
- class_label:
70
- names:
71
- '0': '0'
72
- '1': '1'
73
- '2': '2'
74
- '3': '3'
75
- '4': '4'
76
- '5': '5'
77
- '6': '6'
78
- '7': '7'
79
- '8': '8'
80
- '9': '9'
81
- '10': '10'
82
- '11': '11'
83
- '12': '12'
84
- '13': '13'
85
- '14': '14'
86
- '15': '15'
87
- '16': '16'
88
- '17': '17'
89
- '18': '18'
90
- '19': '19'
91
- '20': '20'
92
- '21': '21'
93
- '22': '22'
94
- '23': '23'
95
- '24': '24'
96
- '25': '25'
97
- '26': '26'
98
- '27': '27'
99
- '28': '28'
100
- '29': '29'
101
- '30': '30'
102
- '31': '31'
103
  - name: label_y_position
104
- dtype:
105
- class_label:
106
- names:
107
- '0': '0'
108
- '1': '1'
109
- '2': '2'
110
- '3': '3'
111
- '4': '4'
112
- '5': '5'
113
- '6': '6'
114
- '7': '7'
115
- '8': '8'
116
- '9': '9'
117
- '10': '10'
118
- '11': '11'
119
- '12': '12'
120
- '13': '13'
121
- '14': '14'
122
- '15': '15'
123
- '16': '16'
124
- '17': '17'
125
- '18': '18'
126
- '19': '19'
127
- '20': '20'
128
- '21': '21'
129
- '22': '22'
130
- '23': '23'
131
- '24': '24'
132
- '25': '25'
133
- '26': '26'
134
- '27': '27'
135
- '28': '28'
136
- '29': '29'
137
- '30': '30'
138
- '31': '31'
139
  splits:
140
  - name: train
141
- num_bytes: 145212232.0
142
  num_examples: 737280
143
- download_size: 107722755
144
- dataset_size: 145212232.0
145
  configs:
146
  - config_name: default
147
  data_files:
 
4
  - name: image
5
  dtype: image
6
  - name: label_shape
7
+ dtype: int64
 
 
 
 
 
8
  - name: label_scale
9
+ dtype: int64
 
 
 
 
 
 
 
 
10
  - name: label_orientation
11
+ dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - name: label_x_position
13
+ dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - name: label_y_position
15
+ dtype: int64
16
+ - name: value_shape
17
+ dtype: float32
18
+ - name: value_scale
19
+ dtype: float32
20
+ - name: value_orientation
21
+ dtype: float32
22
+ - name: value_x_position
23
+ dtype: float32
24
+ - name: value_y_position
25
+ dtype: float32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  splits:
27
  - name: train
28
+ num_bytes: 159957832.0
29
  num_examples: 737280
30
+ download_size: 122865691
31
+ dataset_size: 159957832.0
32
  configs:
33
  - config_name: default
34
  data_files:
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ba90fb459b3ac59301b8af531e0ec8dbc38c0c17039fb1755bd915e3cd45411
3
- size 107722755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546830db3626e083576ecfb3e6c49e370d809d75e984402700eec79cc3d11403
3
+ size 122865691