vrfai/merged_libero_scale_10_mask_depth_noops_lerobot
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "panda", "total_episodes": 200, "total_frames": 33587, "total_tasks": 40, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 10, "splits": { "train": "0:200" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/vrfai/merged_libero_scale_10_mask_depth_noops_lerobot.
0682
This dataset was created using LeRobot.
Dataset Description
- Homepage: [More Information Needed]
- Paper: [More Information Needed]
- License: apache-2.0
Dataset Structure
meta/info.json:
{
"codebase_version": "v2.1",
"robot_type": "panda",
"total_episodes": 200,
"total_frames": 33587,
"total_tasks": 40,
"total_videos": 0,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 10,
"splits": {
"train": "0:200"
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"features": {
"observation.images.image": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.wrist_image": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.image_depth": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.wrist_depth": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.image_mask": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.wrist_mask": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.object_of_interest_mask": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.images.object_of_interest_wrist_mask": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channel",
"height",
"width"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
8
],
"names": {
"motors": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw",
"gripper",
"gripper"
]
}
},
"observation.states.ee_state": {
"dtype": "float32",
"shape": [
6
],
"names": {
"motors": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw"
]
}
},
"observation.states.joint_state": {
"dtype": "float32",
"shape": [
7
],
"names": {
"motors": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
}
},
"observation.states.gripper_state": {
"dtype": "float32",
"shape": [
2
],
"names": {
"motors": [
"gripper",
"gripper"
]
}
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": {
"motors": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw",
"gripper"
]
}
},
"ooi_mapping": {
"dtype": "string",
"shape": [
1
],
"names": {
"ooi_mapping": [
"ooi_mapping"
]
}
},
"ooi": {
"dtype": "string",
"shape": [
1
],
"names": {
"ooi": [
"ooi"
]
}
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
}
}Citation
BibTeX:
[More Information Needed]