Datasets:

Modalities:
Video
Size:
< 1K
Libraries:
Datasets
License:
sample / meta /info.json
aspiridonov's picture
Upload folder using huggingface_hub
0f08468 verified
{
"codebase_version": "v3.0",
"robot_type": "glove",
"total_episodes": 6,
"total_frames": 7205,
"total_tasks": 2,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:6"
},
"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.head_cam": {
"dtype": "video",
"shape": [
3,
720,
960
],
"names": [
"c",
"h",
"w"
],
"info": {
"video.height": 720,
"video.width": 960,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.wrist_cam": {
"dtype": "video",
"shape": [
3,
480,
640
],
"names": [
"c",
"h",
"w"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.state": {
"dtype": "float32",
"shape": [
77
],
"names": [
"state"
]
},
"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
}
}
}