CoolFace
Datasetpublic

CSI-Agent/eval_multi-task-144epi

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "so101_follower", "total_episodes": 144, "total_frames": 116432, "total_tasks": 3, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:144" }, "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"… See the full description on the dataset page: https://huggingface.co/datasets/CSI-Agent/eval_multi-task-144epi.

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes189downloads
info.json134 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "so101_follower",4    "total_episodes": 144,5    "total_frames": 116432,6    "total_tasks": 3,7    "chunks_size": 1000,8    "fps": 30,9    "splits": {10        "train": "0:144"11    },12    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",13    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",14    "features": {15        "action": {16            "dtype": "float32",17            "shape": [18                619            ],20            "names": [21                "shoulder_pan.pos",22                "shoulder_lift.pos",23                "elbow_flex.pos",24                "wrist_flex.pos",25                "wrist_roll.pos",26                "gripper.pos"27            ],28            "fps": 3029        },30        "observation.state": {31            "dtype": "float32",32            "shape": [33                634            ],35            "names": [36                "shoulder_pan.pos",37                "shoulder_lift.pos",38                "elbow_flex.pos",39                "wrist_flex.pos",40                "wrist_roll.pos",41                "gripper.pos"42            ],43            "fps": 3044        },45        "observation.images.wrist": {46            "dtype": "video",47            "shape": [48                480,49                640,50                351            ],52            "names": [53                "height",54                "width",55                "channels"56            ],57            "info": {58                "video.height": 480,59                "video.width": 640,60                "video.codec": "av1",61                "video.pix_fmt": "yuv420p",62                "video.is_depth_map": false,63                "video.fps": 30,64                "video.channels": 3,65                "has_audio": false66            }67        },68        "observation.images.front": {69            "dtype": "video",70            "shape": [71                480,72                640,73                374            ],75            "names": [76                "height",77                "width",78                "channels"79            ],80            "info": {81                "video.height": 480,82                "video.width": 640,83                "video.codec": "av1",84                "video.pix_fmt": "yuv420p",85                "video.is_depth_map": false,86                "video.fps": 30,87                "video.channels": 3,88                "has_audio": false89            }90        },91        "timestamp": {92            "dtype": "float32",93            "shape": [94                195            ],96            "names": null,97            "fps": 3098        },99        "frame_index": {100            "dtype": "int64",101            "shape": [102                1103            ],104            "names": null,105            "fps": 30106        },107        "episode_index": {108            "dtype": "int64",109            "shape": [110                1111            ],112            "names": null,113            "fps": 30114        },115        "index": {116            "dtype": "int64",117            "shape": [118                1119            ],120            "names": null,121            "fps": 30122        },123        "task_index": {124            "dtype": "int64",125            "shape": [126                1127            ],128            "names": null,129            "fps": 30130        }131    },132    "data_files_size_in_mb": 100,133    "video_files_size_in_mb": 200134}