File size: 3,414 Bytes
e26fc51 | 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 144 | {
"tree": {
"ground": [
[
"table4",
"FLOOR"
],
[
"franka",
"IN"
]
],
"table4": [
[
"black rhino figure",
"ON"
],
[
"porcelain tray",
"ON"
],
[
"windup dog",
"ON"
],
[
"pink gum box",
"ON"
]
]
},
"relation": {
"task_desc": "Put the dark gray rhino figure on the white rectangular porcelain tray on the table.",
"task": "pick and place",
"robot": "franka",
"background": "ground",
"context": "table4",
"manipulated_objs": [
"black rhino figure",
"porcelain tray"
],
"distractor_objs": [
"windup dog",
"pink gum box"
]
},
"objs_desc": {
"ground": "simple flat grey ground plane",
"table4": "standalone table used for tabletop manipulation",
"black rhino figure": "dark gray rhinoceros figure",
"porcelain tray": "white rectangular porcelain serving tray",
"windup dog": "small white wind-up dog toy",
"pink gum box": "pink rectangular Orbit gum box"
},
"objs_mapping": {
"ground": "background",
"table4": "context",
"black rhino figure": "manipulated_objs",
"porcelain tray": "manipulated_objs",
"windup dog": "distractor_objs",
"pink gum box": "distractor_objs"
},
"assets": {
"table4": "asset3d/table4/result",
"black rhino figure": "asset3d/black_rhino_figure/result",
"porcelain tray": "asset3d/porcelain_tray/result",
"windup dog": "asset3d/windup_dog/result",
"pink gum box": "asset3d/pink_gum_box/result"
},
"quality": {
"ground": "N/A: logical ground plane provided by SAPIEN",
"table4": "YES",
"black rhino figure": "YES",
"porcelain tray": "YES",
"windup dog": "YES",
"pink gum box": "YES"
},
"position": {
"franka": [
-0.8266,
0.0,
0.8246059,
0.0,
0.0,
0.0,
-1.0
],
"ground": [
0.0,
0.0,
0.0,
0.0,
0.3536,
0.0,
0.9354
],
"table4": [
0.0,
0.0,
0.4123059,
0.0,
0.0,
0.0,
1.0
],
"porcelain tray": [
-0.4831,
-0.018,
0.8246412,
0.0,
0.0,
0.4069,
0.9135
],
"pink gum box": [
0.2651,
0.176,
0.8246218,
0.0,
0.0,
0.8561,
0.5168
],
"black rhino figure": [
-0.2036,
0.2463,
0.8246229,
0.0,
0.0,
0.9419,
-0.336
],
"windup dog": [
0.0773,
0.1966,
0.8246098,
0.0,
0.0,
0.6859,
0.7277
]
}
}
|