wliafe commited on
Commit
457cdb3
·
verified ·
1 Parent(s): 341d64f

Add background class at index 0

Browse files
README.md CHANGED
@@ -23,66 +23,67 @@ dataset_info:
23
  list:
24
  class_label:
25
  names:
26
- '0': van
27
- '1': small-car
28
- '2': building
29
- '3': road
30
- '4': airplane
31
- '5': block
32
- '6': parking-lot
33
- '7': motorboat
34
- '8': dump-truck
35
- '9': cargo-truck
36
- '10': dry-cargo-ship
37
- '11': runway
38
- '12': container
39
- '13': water
40
- '14': intersection
41
- '15': fishing-boat
42
- '16': other-vehicle
43
- '17': storage-tank
44
- '18': airport
45
- '19': other-ship
46
- '20': harbor
47
- '21': solar-panel
48
- '22': pool
49
- '23': tennis-court
50
- '24': engineering-ship
51
- '25': crane
52
- '26': liquid-cargo-ship
53
- '27': bus
54
- '28': passenger-ship
55
- '29': warship
56
- '30': excavator
57
- '31': storage-tank-group
58
- '32': bridge
59
- '33': basketball-court
60
- '34': trailer
61
- '35': tugboat
62
- '36': train-carriage
63
- '37': football-field
64
- '38': cargo
65
- '39': baseball-field
66
- '40': boarding_bridge
67
- '41': greenbelt
68
- '42': exhaust-fan
69
- '43': truck-tractor
70
- '44': factory
71
- '45': construction-site
72
- '46': roundabout
73
- '47': terminal
74
- '48': tractor
75
- '49': railway
76
- '50': farmland
77
- '51': stadium
78
- '52': chimney
79
- '53': gas-station
80
- '54': dam
81
- '55': locomotive
82
- '56': expressway-service-area
83
- '57': control-tower
84
- '58': smoke
85
- '59': helicopter-apron
 
86
  - name: difficult
87
  list: int8
88
  - name: relations
@@ -95,65 +96,66 @@ dataset_info:
95
  list:
96
  class_label:
97
  names:
98
- '0': parked-at
99
- '1': park-next-to
100
- '2': close-to
101
- '3': provide-access-to
102
- '4': inside
103
- '5': drive-on
104
- '6': moor-at
105
- '7': serve
106
- '8': is-parallel-to
107
- '9': adjacent-to
108
- '10': belong-to
109
- '11': sail-on
110
- '12': pile-up-at
111
- '13': cross
112
- '14': supplement
113
- '15': slow-down
114
- '16': taxi-on
115
- '17': supply
116
- '18': cooperate-with
117
- '19': contain
118
- '20': power
119
- '21': link-to
120
- '22': prepared-for
121
- '23': support
122
- '24': hoist
123
- '25': above
124
- '26': drive-at-the-different-lane
125
- '27': dock-at
126
- '28': connect
127
- '29': drive-at-the-same-lane
128
- '30': border
129
- '31': equipped-with
130
- '32': separate
131
- '33': ventilate
132
- '34': transport
133
- '35': support-the-construction-of
134
- '36': manage
135
- '37': placed-on
136
- '38': sail-by
137
- '39': lie-under
138
- '40': park-alone-at
139
- '41': cultivate
140
- '42': converge
141
- '43': tow
142
- '44': provide-shuttle-service-to
143
- '45': around
144
- '46': move-away-from
145
- '47': exit-from
146
- '48': enter
147
- '49': adjoint-with
148
- '50': dock-alone-at
149
- '51': load
150
- '52': command
151
- '53': is-symmetric-with
152
- '54': block
153
- '55': emit
154
- '56': pass-under
155
- '57': dig
156
- '58': pull
 
157
  splits:
158
  - name: train
159
  num_bytes: 36252246
@@ -164,7 +166,7 @@ dataset_info:
164
  - name: test
165
  num_bytes: 24525738
166
  num_examples: 7421
167
- download_size: 75910895
168
  dataset_size: 72784867
169
  configs:
170
  - config_name: default
 
23
  list:
24
  class_label:
25
  names:
26
+ '0': __background__
27
+ '1': van
28
+ '2': small-car
29
+ '3': building
30
+ '4': road
31
+ '5': airplane
32
+ '6': block
33
+ '7': parking-lot
34
+ '8': motorboat
35
+ '9': dump-truck
36
+ '10': cargo-truck
37
+ '11': dry-cargo-ship
38
+ '12': runway
39
+ '13': container
40
+ '14': water
41
+ '15': intersection
42
+ '16': fishing-boat
43
+ '17': other-vehicle
44
+ '18': storage-tank
45
+ '19': airport
46
+ '20': other-ship
47
+ '21': harbor
48
+ '22': solar-panel
49
+ '23': pool
50
+ '24': tennis-court
51
+ '25': engineering-ship
52
+ '26': crane
53
+ '27': liquid-cargo-ship
54
+ '28': bus
55
+ '29': passenger-ship
56
+ '30': warship
57
+ '31': excavator
58
+ '32': storage-tank-group
59
+ '33': bridge
60
+ '34': basketball-court
61
+ '35': trailer
62
+ '36': tugboat
63
+ '37': train-carriage
64
+ '38': football-field
65
+ '39': cargo
66
+ '40': baseball-field
67
+ '41': boarding_bridge
68
+ '42': greenbelt
69
+ '43': exhaust-fan
70
+ '44': truck-tractor
71
+ '45': factory
72
+ '46': construction-site
73
+ '47': roundabout
74
+ '48': terminal
75
+ '49': tractor
76
+ '50': railway
77
+ '51': farmland
78
+ '52': stadium
79
+ '53': chimney
80
+ '54': gas-station
81
+ '55': dam
82
+ '56': locomotive
83
+ '57': expressway-service-area
84
+ '58': control-tower
85
+ '59': smoke
86
+ '60': helicopter-apron
87
  - name: difficult
88
  list: int8
89
  - name: relations
 
96
  list:
97
  class_label:
98
  names:
99
+ '0': __background__
100
+ '1': parked-at
101
+ '2': park-next-to
102
+ '3': close-to
103
+ '4': provide-access-to
104
+ '5': inside
105
+ '6': drive-on
106
+ '7': moor-at
107
+ '8': serve
108
+ '9': is-parallel-to
109
+ '10': adjacent-to
110
+ '11': belong-to
111
+ '12': sail-on
112
+ '13': pile-up-at
113
+ '14': cross
114
+ '15': supplement
115
+ '16': slow-down
116
+ '17': taxi-on
117
+ '18': supply
118
+ '19': cooperate-with
119
+ '20': contain
120
+ '21': power
121
+ '22': link-to
122
+ '23': prepared-for
123
+ '24': support
124
+ '25': hoist
125
+ '26': above
126
+ '27': drive-at-the-different-lane
127
+ '28': dock-at
128
+ '29': connect
129
+ '30': drive-at-the-same-lane
130
+ '31': border
131
+ '32': equipped-with
132
+ '33': separate
133
+ '34': ventilate
134
+ '35': transport
135
+ '36': support-the-construction-of
136
+ '37': manage
137
+ '38': placed-on
138
+ '39': sail-by
139
+ '40': lie-under
140
+ '41': park-alone-at
141
+ '42': cultivate
142
+ '43': converge
143
+ '44': tow
144
+ '45': provide-shuttle-service-to
145
+ '46': around
146
+ '47': move-away-from
147
+ '48': exit-from
148
+ '49': enter
149
+ '50': adjoint-with
150
+ '51': dock-alone-at
151
+ '52': load
152
+ '53': command
153
+ '54': is-symmetric-with
154
+ '55': block
155
+ '56': emit
156
+ '57': pass-under
157
+ '58': dig
158
+ '59': pull
159
  splits:
160
  - name: train
161
  num_bytes: 36252246
 
166
  - name: test
167
  num_bytes: 24525738
168
  num_examples: 7421
169
+ download_size: 75910965
170
  dataset_size: 72784867
171
  configs:
172
  - config_name: default
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3183ffb8dd9e5cd48f971af6e51f3ee32d6e6fef1e6ae8e1a8732b8e0038620d
3
- size 25594350
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8870c1dcf80c3df341a34417589ad6e721c1bbae492e965055efffa8a2b37687
3
+ size 25594345
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7de1ac8200d3edafa4cc9e6576b1f78c821d3d2d1d1694875a722448382271d
3
- size 37806004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c748777792cc049cc4b83466ba8596311f323945844c4de2fb2fd4a6c3977c9
3
+ size 37806082
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18c200f5bdf30cb3ec1d78a0554c2f069deb8f10fc6dd4111deaacddb13229e5
3
- size 12510541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97da2171f309d08252bdf02afd835b49b71d69dd776df7d68463ed261f2d1417
3
+ size 12510538