CoolFace
Datasetpublic

RobotisSW/eval_koch_test_vertical

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "koch", "total_episodes": 30, "total_frames": 9106, "total_tasks": 1, "total_videos": 60, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:30" }, "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/RobotisSW/eval_koch_test_vertical.

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes157downloads
info.json127 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.0",3    "robot_type": "koch",4    "total_episodes": 30,5    "total_frames": 9106,6    "total_tasks": 1,7    "total_videos": 60,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 30,11    "splits": {12        "train": "0:30"13    },14    "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",15    "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",16    "features": {17        "action": {18            "dtype": "float32",19            "shape": [20                621            ],22            "names": [23                "main_shoulder_pan",24                "main_shoulder_lift",25                "main_elbow_flex",26                "main_wrist_flex",27                "main_wrist_roll",28                "main_gripper"29            ]30        },31        "observation.state": {32            "dtype": "float32",33            "shape": [34                635            ],36            "names": [37                "main_shoulder_pan",38                "main_shoulder_lift",39                "main_elbow_flex",40                "main_wrist_flex",41                "main_wrist_roll",42                "main_gripper"43            ]44        },45        "observation.images.laptop": {46            "dtype": "video",47            "shape": [48                480,49                640,50                351            ],52            "names": [53                "height",54                "width",55                "channels"56            ],57            "info": {58                "video.fps": 30.0,59                "video.height": 480,60                "video.width": 640,61                "video.channels": 3,62                "video.codec": "h264",63                "video.pix_fmt": "yuv420p",64                "video.is_depth_map": false,65                "has_audio": false66            }67        },68        "observation.images.phone": {69            "dtype": "video",70            "shape": [71                480,72                640,73                374            ],75            "names": [76                "height",77                "width",78                "channels"79            ],80            "info": {81                "video.fps": 30.0,82                "video.height": 480,83                "video.width": 640,84                "video.channels": 3,85                "video.codec": "h264",86                "video.pix_fmt": "yuv420p",87                "video.is_depth_map": false,88                "has_audio": false89            }90        },91        "timestamp": {92            "dtype": "float32",93            "shape": [94                195            ],96            "names": null97        },98        "frame_index": {99            "dtype": "int64",100            "shape": [101                1102            ],103            "names": null104        },105        "episode_index": {106            "dtype": "int64",107            "shape": [108                1109            ],110            "names": null111        },112        "index": {113            "dtype": "int64",114            "shape": [115                1116            ],117            "names": null118        },119        "task_index": {120            "dtype": "int64",121            "shape": [122                1123            ],124            "names": null125        }126    }127}