xinjjj commited on
Commit
48b5e6f
·
verified ·
1 Parent(s): b91012e

Add asset furniture/table/b6b0dd6f66465938a67e4fd35d310d06

Browse files
.gitattributes CHANGED
@@ -6976,4 +6976,4 @@ dataset/furniture/table/86f0cbbe2e6250c499ef075c7580b555/affordance/mesh_part_se
6976
  dataset/furniture/table/87d78067051e57c3858d066d9a17a165/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6977
  dataset/furniture/table/8e73f2ff0aaa5b4393f3f37d91169bde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6978
  dataset/furniture/table/9aa94e8e837e5638b87533237d64e8f6/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6979
- dataset/furniture/table/ae2b63e5da8456a2902262936230b800/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
6976
  dataset/furniture/table/87d78067051e57c3858d066d9a17a165/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6977
  dataset/furniture/table/8e73f2ff0aaa5b4393f3f37d91169bde/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6978
  dataset/furniture/table/9aa94e8e837e5638b87533237d64e8f6/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6979
+ dataset/furniture/table/b6b0dd6f66465938a67e4fd35d310d06/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/furniture/table/b6b0dd6f66465938a67e4fd35d310d06/affordance/affordance_annot.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "tabletop",
5
+ "mask_color": "Yellow",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the tabletop edge to lift and reposition the table",
10
+ "confidence": 0.81
11
+ },
12
+ {
13
+ "scenario": "hold the tabletop side to stabilize the table during movement",
14
+ "confidence": 0.74
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "provide a flat upper surface",
19
+ "support placed items",
20
+ "serve as the main contact surface"
21
+ ],
22
+ "semantic_description": "Large rectangular tabletop with rounded corners and a smooth finish, appearing dark reddish-brown on the upper surface and forming the main top of the table.",
23
+ "id": 3,
24
+ "grasp_group": {}
25
+ },
26
+ {
27
+ "part_name": "table frame and legs",
28
+ "mask_color": "Purple",
29
+ "graspable": true,
30
+ "grasp_scenarios": [
31
+ {
32
+ "scenario": "grasp a table leg to drag or rotate the table slightly",
33
+ "confidence": 0.7
34
+ },
35
+ {
36
+ "scenario": "grasp a leg or frame section to steady the table while moving it",
37
+ "confidence": 0.76
38
+ }
39
+ ],
40
+ "functional_labels": [
41
+ "support the tabletop",
42
+ "elevate the table",
43
+ "provide structural stability",
44
+ "transfer load to the floor"
45
+ ],
46
+ "semantic_description": "Structural base consisting of four straight legs and surrounding frame rails beneath the tabletop, with a smooth dark brown appearance in the RGB views.",
47
+ "id": 5,
48
+ "grasp_group": {}
49
+ },
50
+ {
51
+ "part_name": "foot cap",
52
+ "mask_color": "Red",
53
+ "graspable": false,
54
+ "grasp_scenarios": [],
55
+ "functional_labels": [
56
+ "protect the leg end",
57
+ "reduce floor wear",
58
+ "provide contact point with floor"
59
+ ],
60
+ "semantic_description": "Small end cap at one leg tip, visible as a tiny darker piece at the bottom of a table leg where it meets the floor.",
61
+ "id": 0,
62
+ "grasp_group": {}
63
+ },
64
+ {
65
+ "part_name": "foot cap",
66
+ "mask_color": "Green",
67
+ "graspable": false,
68
+ "grasp_scenarios": [],
69
+ "functional_labels": [
70
+ "protect the leg end",
71
+ "reduce floor wear",
72
+ "provide contact point with floor"
73
+ ],
74
+ "semantic_description": "Small end cap at one leg tip, visible as a small darker piece at the bottom of a table leg.",
75
+ "id": 1,
76
+ "grasp_group": {}
77
+ },
78
+ {
79
+ "part_name": "foot cap",
80
+ "mask_color": "Blue",
81
+ "graspable": false,
82
+ "grasp_scenarios": [],
83
+ "functional_labels": [
84
+ "protect the leg end",
85
+ "reduce floor wear",
86
+ "provide contact point with floor"
87
+ ],
88
+ "semantic_description": "Small end cap at one leg tip, seen as a tiny dark piece at the base of a leg.",
89
+ "id": 2,
90
+ "grasp_group": {}
91
+ },
92
+ {
93
+ "part_name": "foot cap",
94
+ "mask_color": "Orange",
95
+ "graspable": false,
96
+ "grasp_scenarios": [],
97
+ "functional_labels": [
98
+ "protect the leg end",
99
+ "reduce floor wear",
100
+ "provide contact point with floor"
101
+ ],
102
+ "semantic_description": "Small end cap at one leg tip, appearing as a compact darker piece at the bottom of a wooden-looking leg.",
103
+ "id": 4,
104
+ "grasp_group": {}
105
+ }
106
+ ],
107
+ "quality_check": {
108
+ "success": false,
109
+ "message": "Foot-cap mask colors are mismatched; red/green/blue/orange do not consistently map to the same leg tips across views."
110
+ }
111
+ }
dataset/furniture/table/b6b0dd6f66465938a67e4fd35d310d06/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ccbab2a078b6ba19ce740c33908c81b325056aa7781d5569ba838163bb0a2e4
3
+ size 1846004
dataset/furniture/table/b6b0dd6f66465938a67e4fd35d310d06/b6b0dd6f66465938a67e4fd35d310d06.urdf CHANGED
@@ -52,6 +52,7 @@
52
  <mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
53
  </geometry>
54
  </visual_seg>
 
55
  </affordance>
56
  </custom_data>
57
  </robot>
 
52
  <mesh filename="affordance/mesh_part_seg.glb" scale="1.0 1.0 1.0" />
53
  </geometry>
54
  </visual_seg>
55
+ <affordance_annot>affordance/affordance_annot.json</affordance_annot>
56
  </affordance>
57
  </custom_data>
58
  </robot>