xinjjj commited on
Commit
37f4d29
·
verified ·
1 Parent(s): 659b924

Add asset desktop_supplies/decorations/fd0995d61a0d5e04a991849a6456e816

Browse files
.gitattributes CHANGED
@@ -6171,4 +6171,4 @@ dataset/desktop_supplies/decorations/f43dc0a4b1855874a16fc253636923e0/affordance
6171
  dataset/desktop_supplies/decorations/f5a0bc078b1f5a6eb4f9e45644a41201/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6172
  dataset/desktop_supplies/decorations/f6081aabe52b56b8ae7acbae76d84604/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6173
  dataset/desktop_supplies/decorations/f7ac2ca905c05c6abdf49dade9b7dd08/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6174
- dataset/desktop_supplies/decorations/fd233b1dbc3a5c63b42c2241b3b6cebf/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
 
6171
  dataset/desktop_supplies/decorations/f5a0bc078b1f5a6eb4f9e45644a41201/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6172
  dataset/desktop_supplies/decorations/f6081aabe52b56b8ae7acbae76d84604/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6173
  dataset/desktop_supplies/decorations/f7ac2ca905c05c6abdf49dade9b7dd08/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
6174
+ dataset/desktop_supplies/decorations/fd0995d61a0d5e04a991849a6456e816/affordance/mesh_part_seg.glb filter=lfs diff=lfs merge=lfs -text
dataset/desktop_supplies/decorations/fd0995d61a0d5e04a991849a6456e816/affordance/affordance_annot.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affordances": [
3
+ {
4
+ "part_name": "base of thermos",
5
+ "mask_color": "Red",
6
+ "graspable": true,
7
+ "grasp_scenarios": [
8
+ {
9
+ "scenario": "grasp the bottom edge to reorient the thermos lying on its side",
10
+ "confidence": 0.46
11
+ },
12
+ {
13
+ "scenario": "hold the base to stabilize the thermos during placement",
14
+ "confidence": 0.41
15
+ }
16
+ ],
17
+ "functional_labels": [
18
+ "support upright standing",
19
+ "provide a stable resting surface",
20
+ "protect the lower end",
21
+ "assist placement stability"
22
+ ],
23
+ "semantic_description": "Rounded dark gray to black bottom cap, likely rubber or plastic, with a matte slightly dull finish, hard smooth texture, and broad circular shape at the thermos base.",
24
+ "id": 0,
25
+ "grasp_group": {}
26
+ },
27
+ {
28
+ "part_name": "thermos body",
29
+ "mask_color": "Green",
30
+ "graspable": true,
31
+ "grasp_scenarios": [
32
+ {
33
+ "scenario": "grasp the sidewall to pick up and carry the thermos",
34
+ "confidence": 0.95
35
+ },
36
+ {
37
+ "scenario": "hold the body to stabilize while opening or closing the top",
38
+ "confidence": 0.91
39
+ },
40
+ {
41
+ "scenario": "grasp the body to reposition the thermos on a surface",
42
+ "confidence": 0.93
43
+ }
44
+ ],
45
+ "functional_labels": [
46
+ "main grasp surface",
47
+ "contain liquid",
48
+ "support thermal insulation",
49
+ "provide structural body"
50
+ ],
51
+ "semantic_description": "Large tapered cylindrical dark gray to black body, likely metal, with a satin semi-matte finish, hard smooth texture, and plain unmarked sides forming most of the thermos.",
52
+ "id": 1,
53
+ "grasp_group": {}
54
+ },
55
+ {
56
+ "part_name": "upper collar",
57
+ "mask_color": "Yellow",
58
+ "graspable": true,
59
+ "grasp_scenarios": [
60
+ {
61
+ "scenario": "grasp the neck ring to steady the thermos while manipulating the cup top",
62
+ "confidence": 0.58
63
+ },
64
+ {
65
+ "scenario": "pinch the collar for short-distance repositioning",
66
+ "confidence": 0.44
67
+ }
68
+ ],
69
+ "functional_labels": [
70
+ "connect top and body",
71
+ "provide a stop edge",
72
+ "reinforce the neck area",
73
+ "help orient the opening end"
74
+ ],
75
+ "semantic_description": "Narrow dark metallic ring around the upper neck with a slightly reflective smooth hard surface, circular band shape, and small size between the body and cup-like top.",
76
+ "id": 3,
77
+ "grasp_group": {}
78
+ },
79
+ {
80
+ "part_name": "cup lid",
81
+ "mask_color": "Blue",
82
+ "graspable": true,
83
+ "grasp_scenarios": [
84
+ {
85
+ "scenario": "grasp the cup lid to remove or replace the top cover",
86
+ "confidence": 0.86
87
+ },
88
+ {
89
+ "scenario": "hold the cup lid to twist it during opening",
90
+ "confidence": 0.79
91
+ }
92
+ ],
93
+ "functional_labels": [
94
+ "cover the thermos opening",
95
+ "serve as a drinking cup",
96
+ "help retain heat",
97
+ "provide access for filling and pouring"
98
+ ],
99
+ "semantic_description": "Short dark gray to black cylindrical cup-shaped top, likely plastic or coated metal, with a smooth semi-gloss finish, hard texture, and slightly flared upper rim visible from the outside.",
100
+ "id": 2,
101
+ "grasp_group": {}
102
+ }
103
+ ],
104
+ "quality_check": {
105
+ "success": true,
106
+ "message": "YES"
107
+ }
108
+ }
dataset/desktop_supplies/decorations/fd0995d61a0d5e04a991849a6456e816/affordance/mesh_part_seg.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c23505cd6308e186343d27f8e650d0acb9817f71f91c7d12d20a9be2ec5f25d5
3
+ size 1095268