vdash-pick-insert-full / meta /modality.json
umegan's picture
Upload folder using huggingface_hub
6519972 verified
Raw
History Blame Contribute Delete
871 Bytes
{
"state": {
"single_arm": {
"start": 0,
"end": 7,
"original_key": "observation.state"
},
"gripper": {
"start": 7,
"end": 9,
"original_key": "observation.state"
}
},
"action": {
"single_arm": {
"start": 0,
"end": 7
},
"gripper": {
"start": 7,
"end": 8
}
},
"video": {
"ego_view": {
"original_key": "observation.images.ego_view"
},
"left_view": {
"original_key": "observation.images.left_view"
},
"right_view": {
"original_key": "observation.images.right_view"
}
},
"annotation": {
"human.task_description": {
"original_key": "task_index"
}
}
}