Xavier033/new_libero
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": null, "total_episodes": 127, "total_frames": 11905, "total_tasks": 4, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 10, "splits": { "train": "0:127" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/Xavier033/new_libero.
165
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": "v3.0",
"robot_type": null,
"total_episodes": 127,
"total_frames": 11905,
"total_tasks": 4,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 10,
"splits": {
"train": "0:127"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"features": {
"observation.images.image": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channels",
"height",
"width"
]
},
"observation.images.image2": {
"dtype": "image",
"shape": [
3,
256,
256
],
"names": [
"channels",
"height",
"width"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
8
],
"names": [
"x",
"y",
"z",
"roll",
"pitch",
"yaw",
"grip_l",
"grip_r"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"dx",
"dy",
"dz",
"droll",
"dpitch",
"dyaw",
"grip"
]
},
"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]