Datasets:

Modalities:
Video
ArXiv:
Libraries:
Datasets
License:
Cosmos3-DROID / failure /meta /info.json
ychao-nvidia's picture
Upload folder using huggingface_hub
a72e93a verified
Raw
History Blame Contribute Delete
4.52 kB
{
"codebase_version": "v3.0",
"robot_type": "panda",
"total_episodes": 14268,
"total_frames": 3721431,
"total_tasks": 52,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 15,
"splits": {
"train": "0:14268"
},
"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.image.exterior_image_1_left": {
"dtype": "video",
"shape": [
360,
640,
3
],
"info": {
"video.height": 360,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 15,
"video.channels": 3,
"has_audio": false
}
},
"observation.image.exterior_image_2_left": {
"dtype": "video",
"shape": [
360,
640,
3
],
"info": {
"video.height": 360,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 15,
"video.channels": 3,
"has_audio": false
}
},
"observation.image.wrist_image_left": {
"dtype": "video",
"shape": [
360,
640,
3
],
"info": {
"video.height": 360,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 15,
"video.channels": 3,
"has_audio": false
}
},
"observation.state.joint_positions": {
"dtype": "float32",
"shape": [
7
]
},
"observation.state.joint_velocities": {
"dtype": "float32",
"shape": [
7
]
},
"observation.state.joint_torques_computed": {
"dtype": "float32",
"shape": [
7
]
},
"observation.state.motor_torques_measured": {
"dtype": "float32",
"shape": [
7
]
},
"observation.state.cartesian_position": {
"dtype": "float32",
"shape": [
6
]
},
"observation.state.gripper_position": {
"dtype": "float32",
"shape": [
1
]
},
"action.joint_position": {
"dtype": "float32",
"shape": [
7
]
},
"action.joint_velocity": {
"dtype": "float32",
"shape": [
7
]
},
"action.cartesian_position": {
"dtype": "float32",
"shape": [
6
]
},
"action.cartesian_velocity": {
"dtype": "float32",
"shape": [
6
]
},
"action.gripper_position": {
"dtype": "float32",
"shape": [
1
]
},
"action.gripper_velocity": {
"dtype": "float32",
"shape": [
1
]
},
"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
}
}
}