mukulkhanna
commited on
Commit
•
5f7980f
1
Parent(s):
53ade65
Adds semantic lexicon and csv file with object metadata
Browse files
hssd-hab.scene_dataset_config.json
CHANGED
@@ -15,12 +15,16 @@
|
|
15 |
},
|
16 |
"scene_instances": {
|
17 |
"default_attributes": {
|
18 |
-
"default_lighting": ""
|
|
|
19 |
},
|
20 |
"paths": {
|
21 |
".json": [
|
22 |
"scenes"
|
23 |
]
|
24 |
}
|
|
|
|
|
|
|
25 |
}
|
26 |
}
|
|
|
15 |
},
|
16 |
"scene_instances": {
|
17 |
"default_attributes": {
|
18 |
+
"default_lighting": "",
|
19 |
+
"semantic_scene_instance": "hssd_ssd_map"
|
20 |
},
|
21 |
"paths": {
|
22 |
".json": [
|
23 |
"scenes"
|
24 |
]
|
25 |
}
|
26 |
+
},
|
27 |
+
"semantic_scene_descriptor_instances": {
|
28 |
+
"hssd_ssd_map": "semantics/hssd-hab_semantic_lexicon.json"
|
29 |
}
|
30 |
}
|
semantics/hssd-hab_semantic_lexicon.json
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"classes": [
|
3 |
+
{
|
4 |
+
"name": "alarm_clock",
|
5 |
+
"id": 1
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"name": "bed",
|
9 |
+
"id": 2
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"name": "book",
|
13 |
+
"id": 3
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"name": "bottle",
|
17 |
+
"id": 4
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"name": "bowl",
|
21 |
+
"id": 5
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"name": "chair",
|
25 |
+
"id": 6
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"name": "chest_of_drawers",
|
29 |
+
"id": 7
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"name": "couch",
|
33 |
+
"id": 8
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"name": "cushion",
|
37 |
+
"id": 9
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"name": "drinkware",
|
41 |
+
"id": 10
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"name": "fridge",
|
45 |
+
"id": 11
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"name": "laptop",
|
49 |
+
"id": 12
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"name": "microwave",
|
53 |
+
"id": 13
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"name": "picture",
|
57 |
+
"id": 14
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"name": "plate",
|
61 |
+
"id": 15
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"name": "potted_plant",
|
65 |
+
"id": 16
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"name": "shelves",
|
69 |
+
"id": 17
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"name": "shoes",
|
73 |
+
"id": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"name": "sink",
|
77 |
+
"id": 19
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"name": "stool",
|
81 |
+
"id": 20
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"name": "table",
|
85 |
+
"id": 21
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"name": "table_lamp",
|
89 |
+
"id": 22
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"name": "toaster",
|
93 |
+
"id": 23
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"name": "toilet",
|
97 |
+
"id": 24
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"name": "trashcan",
|
101 |
+
"id": 25
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"name": "tv",
|
105 |
+
"id": 26
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"name": "vase",
|
109 |
+
"id": 27
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"name": "washer_dryer",
|
113 |
+
"id": 28
|
114 |
+
}
|
115 |
+
]
|
116 |
+
}
|
semantics/objects.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|