aclegg3 commited on
Commit
57d9882
1 Parent(s): 7677328

add semantic regions config for testing on CI

Browse files
hab3-hssd/hab3-hssd.scene_dataset_config.json CHANGED
@@ -16,7 +16,7 @@
16
  "scene_instances": {
17
  "default_attributes": {
18
  "default_lighting": "",
19
- "semantic_scene_instance": "hssd_ssd_map"
20
  },
21
  "paths": {
22
  ".json": [
@@ -25,6 +25,13 @@
25
  }
26
  },
27
  "semantic_scene_descriptor_instances": {
28
- "hssd_ssd_map": "semantics/hssd-hab_semantic_lexicon.json"
29
- }
 
 
 
 
 
 
 
30
  }
 
16
  "scene_instances": {
17
  "default_attributes": {
18
  "default_lighting": "",
19
+ "semantic_scene_instance": "%%CONFIG_NAME_AS_ASSET_FILENAME%%.semantic_config.json"
20
  },
21
  "paths": {
22
  ".json": [
 
25
  }
26
  },
27
  "semantic_scene_descriptor_instances": {
28
+ "default_attributes": {
29
+ "semantic_descriptor_filename": "../hssd-hab_semantic_lexicon.json"
30
+ },
31
+ "paths": {
32
+ ".json": [
33
+ "semantics/scenes/*"
34
+ ]
35
+ }
36
+ }
37
  }
hab3-hssd/semantics/scenes/103997919_171031233.semantic_config.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "region_annotations": [
3
+ {
4
+ "name": "living room",
5
+ "label": "living room",
6
+ "poly_loop": [
7
+ [
8
+ -7.698999881744385,
9
+ 0.0,
10
+ -2.635000228881836
11
+ ],
12
+ [
13
+ -7.698999881744385,
14
+ 0.0,
15
+ -8.425999641418457
16
+ ],
17
+ [
18
+ -0.07899999618530273,
19
+ 0.0,
20
+ -8.425999641418457
21
+ ],
22
+ [
23
+ -0.07899999618530273,
24
+ 0.0,
25
+ -2.634999990463257
26
+ ],
27
+ [
28
+ -3.127000093460083,
29
+ 0.0,
30
+ -2.634999990463257
31
+ ]
32
+ ],
33
+ "floor_height": 0.0,
34
+ "extrusion_height": 2.799999952316284,
35
+ "min_bounds": [
36
+ -7.698999881744385,
37
+ 0.0,
38
+ -8.425999641418457
39
+ ],
40
+ "max_bounds": [
41
+ -0.07899999618530273,
42
+ 2.799999952316284,
43
+ -2.634999990463257
44
+ ]
45
+ },
46
+ {
47
+ "name": "bathroom",
48
+ "label": "bathroom",
49
+ "poly_loop": [
50
+ [
51
+ -0.07899999618530273,
52
+ 0.0,
53
+ -0.12000000476837158
54
+ ],
55
+ [
56
+ -3.050999879837036,
57
+ 0.0,
58
+ -0.12000000476837158
59
+ ],
60
+ [
61
+ -3.050999879837036,
62
+ 0.0,
63
+ -2.55899977684021
64
+ ],
65
+ [
66
+ -0.07899999618530273,
67
+ 0.0,
68
+ -2.55899977684021
69
+ ]
70
+ ],
71
+ "floor_height": 0.0,
72
+ "extrusion_height": 2.799999952316284,
73
+ "min_bounds": [
74
+ -3.050999879837036,
75
+ 0.0,
76
+ -2.55899977684021
77
+ ],
78
+ "max_bounds": [
79
+ -0.07899999618530273,
80
+ 2.799999952316284,
81
+ -0.12000000476837158
82
+ ]
83
+ },
84
+ {
85
+ "name": "closet",
86
+ "label": "closet",
87
+ "poly_loop": [
88
+ [
89
+ -2.553795099258423,
90
+ 0.0,
91
+ 1.7089999914169312
92
+ ],
93
+ [
94
+ -2.553795337677002,
95
+ 0.0,
96
+ 1.0323412418365479
97
+ ],
98
+ [
99
+ -3.127000093460083,
100
+ 0.0,
101
+ -0.04400000348687172
102
+ ],
103
+ [
104
+ -0.07899999618530273,
105
+ 0.0,
106
+ -0.04400000348687172
107
+ ],
108
+ [
109
+ -0.07899999618530273,
110
+ 0.0,
111
+ 1.7089999914169312
112
+ ]
113
+ ],
114
+ "floor_height": 0.0,
115
+ "extrusion_height": 2.799999952316284,
116
+ "min_bounds": [
117
+ -3.127000093460083,
118
+ 0.0,
119
+ -0.04400000348687172
120
+ ],
121
+ "max_bounds": [
122
+ -0.07899999618530273,
123
+ 2.799999952316284,
124
+ 1.7089999914169312
125
+ ]
126
+ },
127
+ {
128
+ "name": "bedroom",
129
+ "label": "bedroom",
130
+ "poly_loop": [
131
+ [
132
+ -3.127000093460083,
133
+ 0.0,
134
+ -2.634999990463257
135
+ ],
136
+ [
137
+ -3.127000093460083,
138
+ 0.0,
139
+ -0.04400000348687172
140
+ ],
141
+ [
142
+ -2.553795337677002,
143
+ 0.0,
144
+ 1.0323412418365479
145
+ ],
146
+ [
147
+ -2.553795099258423,
148
+ 0.0,
149
+ 1.7089999914169312
150
+ ],
151
+ [
152
+ -7.698999881744385,
153
+ 0.0,
154
+ 1.7089999914169312
155
+ ],
156
+ [
157
+ -7.698999881744385,
158
+ 0.0,
159
+ -2.635000228881836
160
+ ]
161
+ ],
162
+ "floor_height": 0.0,
163
+ "extrusion_height": 2.799999952316284,
164
+ "min_bounds": [
165
+ -7.698999881744385,
166
+ 0.0,
167
+ -2.635000228881836
168
+ ],
169
+ "max_bounds": [
170
+ -2.553795099258423,
171
+ 2.799999952316284,
172
+ 1.7089999914169312
173
+ ]
174
+ }
175
+ ]
176
+ }