File size: 3,474 Bytes
3750955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
    "tree": {
        "office": [
            [
                "wooden pine table",
                "FLOOR"
            ],
            [
                "franka",
                "IN"
            ]
        ],
        "wooden pine table": [
            [
                "marker",
                "ON"
            ],
            [
                "pen holder",
                "ON"
            ],
            [
                "notebook",
                "ON"
            ],
            [
                "coffee mug",
                "ON"
            ]
        ]
    },
    "relation": {
        "task_desc": "Put the marker in the pen holder on the wooden pine table.",
        "task": "pick and place",
        "robot": "franka",
        "background": "office",
        "context": "wooden pine table",
        "manipulated_objs": [
            "marker",
            "pen holder"
        ],
        "distractor_objs": [
            "notebook",
            "coffee mug"
        ]
    },
    "objs_desc": {
        "office": "minimalist office space with light beige walls and soft natural lighting",
        "wooden pine table": "standalone polished pine table with smooth surface and clean empty top",
        "marker": "sleek black marker with matte finish and glossy silver label detailing",
        "pen holder": "metallic mesh pen holder with slightly textured dark grey surface",
        "notebook": "spiral-bound notebook with matte navy cover and faint embossed grid pattern",
        "coffee mug": "ceramic coffee mug with glossy white exterior and subtle curved handle"
    },
    "objs_mapping": {
        "office": "background",
        "wooden pine table": "context",
        "marker": "manipulated_objs",
        "pen holder": "manipulated_objs",
        "notebook": "distractor_objs",
        "coffee mug": "distractor_objs"
    },
    "assets": {
        "wooden pine table": "asset3d/wooden_pine_table/result",
        "marker": "asset3d/marker/result",
        "pen holder": "asset3d/pen_holder/result",
        "notebook": "asset3d/notebook/result",
        "coffee mug": "asset3d/coffee_mug/result",
        "office": "background"
    },
    "quality": {
        "wooden pine table": "YES",
        "marker": "YES",
        "pen holder": "YES",
        "notebook": "YES",
        "coffee mug": "YES"
    },
    "position": {
        "franka": [
            -0.2658,
            0,
            0.747,
            0.0,
            0.0,
            0.0,
            -1.0
        ],
        "office": [
            0,
            0,
            0,
            0.0,
            0.8211,
            0.0,
            0.5708
        ],
        "wooden pine table": [
            0,
            0,
            0.373,
            0,
            0,
            0,
            1
        ],
        "pen holder": [
            0.0765,
            0.1249,
            0.8092,
            0.0,
            0.0,
            0.3605,
            0.9328
        ],
        "coffee mug": [
            -0.0629,
            0.3239,
            0.8015,
            0.0,
            0.0,
            0.93,
            0.3677
        ],
        "notebook": [
            -0.2382,
            0.2957,
            0.8589,
            0.0,
            0.0,
            0.9997,
            0.0251
        ],
        "marker": [
            0.1471,
            -0.0249,
            0.7575,
            0.0,
            0.0,
            0.7436,
            0.6686
        ]
    }
}