kevin-ys-zhang/test_obs
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": null, "total_episodes": 200, "total_frames": 62462, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 60.0, "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/kevin-ys-zhang/test_obs.
0128
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.0",
"robot_type": null,
"total_episodes": 200,
"total_frames": 62462,
"total_tasks": 1,
"total_videos": 0,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 60.0,
"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.scene_left": {
"dtype": "image",
"shape": [
240,
320,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.images.scene_right": {
"dtype": "image",
"shape": [
240,
320,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.images.follow_robot": {
"dtype": "image",
"shape": [
240,
320,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
3
],
"names": {
"positions": [
"pos_x",
"pos_y",
"pos_z"
]
}
},
"target": {
"dtype": "float32",
"shape": [
3
],
"names": {
"positions": [
"pos_x",
"pos_y",
"pos_z"
]
}
},
"action": {
"dtype": "float32",
"shape": [
3
],
"names": {
"positions": [
"trans_x",
"trans_y",
"trans_z"
]
}
},
"next.done": {
"dtype": "bool",
"shape": [
1
],
"names": null
},
"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]