kimz1121/robocasa_spatial_camrandom_float16_pretrain_atomic_AdjustWaterTemperature
收藏Hugging Face2026-04-15 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/kimz1121/robocasa_spatial_camrandom_float16_pretrain_atomic_AdjustWaterTemperature
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- robotics
tags:
- LeRobot
configs:
- config_name: default
data_files: data/*/*.parquet
---
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=kimz1121/robocasa_spatial_camrandom_float16_pretrain_atomic_AdjustWaterTemperature">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
</a>
## Dataset Description
- **Homepage:** [More Information Needed]
- **Paper:** [More Information Needed]
- **License:** apache-2.0
## Dataset Structure
[meta/info.json](meta/info.json):
```json
{
"codebase_version": "v3.0",
"robot_type": "PandaOmron",
"total_episodes": 106,
"total_frames": 20953,
"total_tasks": 2,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 20,
"splits": {
"train": "0:106"
},
"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": {
"action": {
"dtype": "float32",
"shape": [
12
],
"names": [
"base_x",
"base_y",
"base_rot",
"base_torso",
"control_mode",
"ee_x",
"ee_y",
"ee_z",
"ee_rx",
"ee_ry",
"ee_rz",
"gripper_close"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
16
],
"names": [
"base_x",
"base_y",
"base_z",
"base_qx",
"base_qy",
"base_qz",
"base_qw",
"ee_rel_x",
"ee_rel_y",
"ee_rel_z",
"ee_rel_qx",
"ee_rel_qy",
"ee_rel_qz",
"ee_rel_qw",
"gripper_left",
"gripper_right"
]
},
"observation.images.robot0_agentview_left": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 256,
"video.width": 256,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 20,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.robot0_agentview_right": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 256,
"video.width": 256,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 20,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.robot0_eye_in_hand": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 256,
"video.width": 256,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 20,
"video.channels": 3,
"has_audio": false
}
},
"observation.depth.robot0_agentview_left": {
"dtype": "float16",
"shape": [
256,
256
],
"names": "depth_image"
},
"observation.depth.robot0_agentview_right": {
"dtype": "float16",
"shape": [
256,
256
],
"names": "depth_image"
},
"observation.depth.robot0_eye_in_hand": {
"dtype": "float16",
"shape": [
256,
256
],
"names": "depth_image"
},
"observation.intrinsic.robot0_agentview_left": {
"dtype": "float32",
"shape": [
3,
3
],
"names": "intrinsic_matrix"
},
"observation.intrinsic.robot0_agentview_right": {
"dtype": "float32",
"shape": [
3,
3
],
"names": "intrinsic_matrix"
},
"observation.intrinsic.robot0_eye_in_hand": {
"dtype": "float32",
"shape": [
3,
3
],
"names": "intrinsic_matrix"
},
"observation.extrinsic.robot0_agentview_left": {
"dtype": "float32",
"shape": [
4,
4
],
"names": "extrinsic_matrix"
},
"observation.extrinsic.robot0_agentview_right": {
"dtype": "float32",
"shape": [
4,
4
],
"names": "extrinsic_matrix"
},
"observation.extrinsic.robot0_eye_in_hand": {
"dtype": "float32",
"shape": [
4,
4
],
"names": "extrinsic_matrix"
},
"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:**
```bibtex
[More Information Needed]
```
许可证:apache-2.0
任务类别:
- 机器人学
标签:
- LeRobot
配置项:
- 配置名称:default
数据文件:data/*/*.parquet
---
本数据集由[LeRobot](https://github.com/huggingface/lerobot)构建生成。
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=kimz1121/robocasa_spatial_camrandom_float16_pretrain_atomic_AdjustWaterTemperature">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg" alt="可视化本数据集"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg" alt="可视化本数据集(暗色模式)"/>
</a>
## 数据集说明
- **主页:** [需补充更多信息]
- **论文:** [需补充更多信息]
- **许可证:** apache-2.0
## 数据集结构
[meta/info.json](meta/info.json):
json
{
"代码库版本": "v3.0",
"机器人类型": "PandaOmron",
"总回合数": 106,
"总帧数": 20953,
"总任务数": 2,
"分块大小": 1000,
"数据文件总大小(MB)": 100,
"视频文件总大小(MB)": 200,
"帧率(fps)": 20,
"数据集划分": {
"训练集": "0:106"
},
"数据文件路径": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"视频文件路径": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"数据特征": {
"动作(action)": {
"数据类型": "float32",
"维度": [12],
"特征名称": [
"基座X轴位移(base_x)",
"基座Y轴位移(base_y)",
"基座旋转量(base_rot)",
"基座躯干位移(base_torso)",
"控制模式(control_mode)",
"末端执行器X轴位移(ee_x)",
"末端执行器Y轴位移(ee_y)",
"末端执行器Z轴位移(ee_z)",
"末端执行器X轴旋转(ee_rx)",
"末端执行器Y轴旋转(ee_ry)",
"末端执行器Z轴旋转(ee_rz)",
"夹爪闭合度(gripper_close)"
]
},
"观测.状态(observation.state)": {
"数据类型": "float32",
"维度": [16],
"特征名称": [
"基座X轴位移(base_x)",
"基座Y轴位移(base_y)",
"基座Z轴位移(base_z)",
"基座四元数X分量(base_qx)",
"基座四元数Y分量(base_qy)",
"基座四元数Z分量(base_qz)",
"基座四元数W分量(base_qw)",
"末端执行器相对X轴位移(ee_rel_x)",
"末端执行器相对Y轴位移(ee_rel_y)",
"末端执行器相对Z轴位移(ee_rel_z)",
"末端执行器相对四元数X分量(ee_rel_qx)",
"末端执行器相对四元数Y分量(ee_rel_qy)",
"末端执行器相对四元数Z分量(ee_rel_qz)",
"末端执行器相对四元数W分量(ee_rel_qw)",
"左手夹爪开度(gripper_left)",
"右手夹爪开度(gripper_right)"
]
},
"观测图像.robot0_左代理视角(observation.images.robot0_agentview_left)": {
"数据类型": "video(视频)",
"维度": [256, 256, 3],
"维度名称": ["高度", "宽度", "通道数"],
"详细信息": {
"视频高度": 256,
"视频宽度": 256,
"视频编码格式": "h264",
"像素格式": "yuv420p",
"是否为深度图": false,
"视频帧率(fps)": 20,
"视频通道数": 3,
"是否含音频": false
}
},
"观测图像.robot0_右代理视角(observation.images.robot0_agentview_right)": {
"数据类型": "video(视频)",
"维度": [256, 256, 3],
"维度名称": ["高度", "宽度", "通道数"],
"详细信息": {
"视频高度": 256,
"视频宽度": 256,
"视频编码格式": "h264",
"像素格式": "yuv420p",
"是否为深度图": false,
"视频帧率(fps)": 20,
"视频通道数": 3,
"是否含音频": false
}
},
"观测图像.robot0_眼在手视角(observation.images.robot0_eye_in_hand)": {
"数据类型": "video(视频)",
"维度": [256, 256, 3],
"维度名称": ["高度", "宽度", "通道数"],
"详细信息": {
"视频高度": 256,
"视频宽度": 256,
"视频编码格式": "h264",
"像素格式": "yuv420p",
"是否为深度图": false,
"视频帧率(fps)": 20,
"视频通道数": 3,
"是否含音频": false
}
},
"观测深度图.robot0_左代理视角(observation.depth.robot0_agentview_left)": {
"数据类型": "float16",
"维度": [256, 256],
"特征名称": "depth_image(深度图像)"
},
"观测深度图.robot0_右代理视角(observation.depth.robot0_agentview_right)": {
"数据类型": "float16",
"维度": [256, 256],
"特征名称": "depth_image(深度图像)"
},
"观测深度图.robot0_眼在手视角(observation.depth.robot0_eye_in_hand)": {
"数据类型": "float16",
"维度": [256, 256],
"特征名称": "depth_image(深度图像)"
},
"观测内参.robot0_左代理视角(observation.intrinsic.robot0_agentview_left)": {
"数据类型": "float32",
"维度": [3, 3],
"特征名称": "intrinsic_matrix(内参矩阵)"
},
"观测内参.robot0_右代理视角(observation.intrinsic.robot0_agentview_right)": {
"数据类型": "float32",
"维度": [3, 3],
"特征名称": "intrinsic_matrix(内参矩阵)"
},
"观测内参.robot0_眼在手视角(observation.intrinsic.robot0_eye_in_hand)": {
"数据类型": "float32",
"维度": [3, 3],
"特征名称": "intrinsic_matrix(内参矩阵)"
},
"观测外参.robot0_左代理视角(observation.extrinsic.robot0_agentview_left)": {
"数据类型": "float32",
"维度": [4, 4],
"特征名称": "extrinsic_matrix(外参矩阵)"
},
"观测外参.robot0_右代理视角(observation.extrinsic.robot0_agentview_right)": {
"数据类型": "float32",
"维度": [4, 4],
"特征名称": "extrinsic_matrix(外参矩阵)"
},
"观测外参.robot0_眼在手视角(observation.extrinsic.robot0_eye_in_hand)": {
"数据类型": "float32",
"维度": [4, 4],
"特征名称": "extrinsic_matrix(外参矩阵)"
},
"时间戳(timestamp)": {
"数据类型": "float32",
"维度": [1],
"特征名称": null
},
"帧索引(frame_index)": {
"数据类型": "int64",
"维度": [1],
"特征名称": null
},
"回合索引(episode_index)": {
"数据类型": "int64",
"维度": [1],
"特征名称": null
},
"全局索引(index)": {
"数据类型": "int64",
"维度": [1],
"特征名称": null
},
"任务索引(task_index)": {
"数据类型": "int64",
"维度": [1],
"特征名称": null
}
}
}
## 引用
**BibTeX格式:**
bibtex
[需补充更多信息]
提供机构:
kimz1121



