wliafe commited on
Commit
6afd46a
·
verified ·
1 Parent(s): 9f53ed5

Upload STAR relationship scene graph dataset

Browse files
README.md CHANGED
@@ -1,9 +1,165 @@
1
  ---
2
  pretty_name: STAR Relationship
3
  tags:
4
- - scene-graph-generation
5
- - remote-sensing
6
- - polygon-annotation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # STAR Relationship
 
1
  ---
2
  pretty_name: STAR Relationship
3
  tags:
4
+ - scene-graph-generation
5
+ - remote-sensing
6
+ - polygon-annotation
7
+ configs:
8
+ - config_name: default
9
+ data_files:
10
+ - split: train
11
+ path: data/train-*
12
+ - split: validation
13
+ path: data/validation-*
14
+ - split: test
15
+ path: data/test-*
16
+ dataset_info:
17
+ features:
18
+ - name: id
19
+ dtype: string
20
+ - name: image
21
+ dtype: string
22
+ - name: width
23
+ dtype: int32
24
+ - name: height
25
+ dtype: int32
26
+ - name: polygons
27
+ list:
28
+ list:
29
+ list: float32
30
+ length: 2
31
+ - name: labels
32
+ list:
33
+ class_label:
34
+ names:
35
+ '0': airplane
36
+ '1': apron
37
+ '2': arch_dam
38
+ '3': baseball_diamond
39
+ '4': basketball_court
40
+ '5': boarding_bridge
41
+ '6': boat
42
+ '7': breakwater
43
+ '8': bridge
44
+ '9': car
45
+ '10': car_parking
46
+ '11': cement_concrete_pavement
47
+ '12': chimney
48
+ '13': coal_yard
49
+ '14': containment_vessel
50
+ '15': cooling_tower
51
+ '16': crane
52
+ '17': dock
53
+ '18': engineering_vehicle
54
+ '19': flood_dam
55
+ '20': foundation_pit
56
+ '21': gas_station
57
+ '22': genset
58
+ '23': goods_yard
59
+ '24': gravity_dam
60
+ '25': ground_track_field
61
+ '26': intersection
62
+ '27': lattice_tower
63
+ '28': roundabout
64
+ '29': runway
65
+ '30': ship
66
+ '31': ship_lock
67
+ '32': smoke
68
+ '33': soccer_ball_field
69
+ '34': stadium
70
+ '35': storehouse
71
+ '36': substation
72
+ '37': tank
73
+ '38': taxiway
74
+ '39': tennis_court
75
+ '40': terminal
76
+ '41': toll_gate
77
+ '42': tower_crane
78
+ '43': truck
79
+ '44': truck_parking
80
+ '45': unfinished_building
81
+ '46': vapor
82
+ '47': wind_mill
83
+ - name: relations
84
+ struct:
85
+ - name: subject_index
86
+ list: int64
87
+ - name: object_index
88
+ list: int64
89
+ - name: predicate
90
+ list:
91
+ class_label:
92
+ names:
93
+ '0': adjacent
94
+ '1': approach
95
+ '2': around
96
+ '3': away from
97
+ '4': co-storage with
98
+ '5': connect
99
+ '6': converge
100
+ '7': directly connected to
101
+ '8': directly transmit electricity to
102
+ '9': docked alongside with
103
+ '10': docking at the different dock with
104
+ '11': docking at the same breakwater with
105
+ '12': docking at the same dock with
106
+ '13': drive off
107
+ '14': drive toward
108
+ '15': driving alongside with
109
+ '16': driving in the different lane with
110
+ '17': driving in the opposite direction with
111
+ '18': driving in the same direction with
112
+ '19': driving in the same lane with
113
+ '20': exhaust to
114
+ '21': in the different parking with
115
+ '22': in the same parking with
116
+ '23': incorrectly parked on
117
+ '24': indirectly connected to
118
+ '25': indirectly transmit electricity to
119
+ '26': intersect
120
+ '27': isolatedly docked at
121
+ '28': isolatedly parked on
122
+ '29': not co-storage with
123
+ '30': not docked alongside with
124
+ '31': not parked alongside with
125
+ '32': not run along
126
+ '33': not working on
127
+ '34': over
128
+ '35': parallelly docked at
129
+ '36': parallelly parked on
130
+ '37': parked alongside with
131
+ '38': parking in the different apron with
132
+ '39': parking in the same apron with
133
+ '40': pass across
134
+ '41': pass through
135
+ '42': pass under
136
+ '43': randomly docked at
137
+ '44': randomly parked on
138
+ '45': run along
139
+ '46': running along the different runway with
140
+ '47': running along the different taxiway with
141
+ '48': running along the same taxiway with
142
+ '49': slightly emit
143
+ '50': supply to
144
+ '51': through
145
+ '52': violently emit
146
+ '53': within danger distance of
147
+ '54': within different line of
148
+ '55': within safe distance of
149
+ '56': within same line of
150
+ '57': working on
151
+ splits:
152
+ - name: train
153
+ num_bytes: 10717079
154
+ num_examples: 771
155
+ - name: validation
156
+ num_bytes: 4288100
157
+ num_examples: 238
158
+ - name: test
159
+ num_bytes: 15840
160
+ num_examples: 264
161
+ download_size: 14671187
162
+ dataset_size: 15021019
163
  ---
164
 
165
  # STAR Relationship
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0846ae3864bef4505b42fb7967d9a685cf44f91561bcf62d690dcb5f1ede49d3
3
+ size 15645
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63434e3e87d480493dce6e88159fc068ebb5f891c39179b733b827b345d9c93a
3
+ size 10450026
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63cd8d641d9ea4af3686993b109b81ef4ad03bafb6329edc96c79db94adb91d
3
+ size 4205516