CoolFace
Datasetpublic

DistantSky/long_cable_insertion

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "hessian", "total_episodes": 114, "total_frames": 50219, "total_tasks": 1, "total_videos": 342, "total_chunks": 1, "chunks_size": 1000, "fps": 60, "splits": { "train": "0:114" }, "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/DistantSky/long_cable_insertion.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes115downloads
info.json191 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.1",3    "robot_type": "hessian",4    "total_episodes": 114,5    "total_frames": 50219,6    "total_tasks": 1,7    "total_videos": 342,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 60,11    "splits": {12        "train": "0:114"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        "observation.images.video_left": {18            "dtype": "video",19            "shape": [20                224,21                224,22                323            ],24            "names": [25                "height",26                "width",27                "channel"28            ],29            "info": {30                "video.height": 224,31                "video.width": 224,32                "video.codec": "av1",33                "video.pix_fmt": "yuv420p",34                "video.is_depth_map": false,35                "video.fps": 60,36                "video.channels": 3,37                "has_audio": false38            }39        },40        "observation.images.video_overhead": {41            "dtype": "video",42            "shape": [43                224,44                224,45                346            ],47            "names": [48                "height",49                "width",50                "channel"51            ],52            "info": {53                "video.height": 224,54                "video.width": 224,55                "video.codec": "av1",56                "video.pix_fmt": "yuv420p",57                "video.is_depth_map": false,58                "video.fps": 60,59                "video.channels": 3,60                "has_audio": false61            }62        },63        "observation.images.video_right": {64            "dtype": "video",65            "shape": [66                224,67                224,68                369            ],70            "names": [71                "height",72                "width",73                "channel"74            ],75            "info": {76                "video.height": 224,77                "video.width": 224,78                "video.codec": "av1",79                "video.pix_fmt": "yuv420p",80                "video.is_depth_map": false,81                "video.fps": 60,82                "video.channels": 3,83                "has_audio": false84            }85        },86        "observation.state": {87            "dtype": "float32",88            "shape": [89                1490            ],91            "names": [92                "state"93            ]94        },95        "observation.velocity": {96            "dtype": "float32",97            "shape": [98                1499            ],100            "names": [101                "velocity"102            ]103        },104        "action": {105            "dtype": "float32",106            "shape": [107                14108            ],109            "names": [110                "action"111            ]112        },113        "source.action_time_s": {114            "dtype": "float32",115            "shape": [116                1117            ],118            "names": null119        },120        "metadata.failure": {121            "dtype": "bool",122            "shape": [123                1124            ],125            "names": null126        },127        "metadata.subgoal_switch": {128            "dtype": "bool",129            "shape": [130                1131            ],132            "names": null133        },134        "metadata.subgoal_order": {135            "dtype": "int64",136            "shape": [137                3138            ],139            "names": null140        },141        "metadata.subgoal_order_string": {142            "dtype": "string",143            "shape": [144                1145            ],146            "names": null147        },148        "prompt": {149            "dtype": "string",150            "shape": [151                1152            ],153            "names": null154        },155        "timestamp": {156            "dtype": "float32",157            "shape": [158                1159            ],160            "names": null161        },162        "frame_index": {163            "dtype": "int64",164            "shape": [165                1166            ],167            "names": null168        },169        "episode_index": {170            "dtype": "int64",171            "shape": [172                1173            ],174            "names": null175        },176        "index": {177            "dtype": "int64",178            "shape": [179                1180            ],181            "names": null182        },183        "task_index": {184            "dtype": "int64",185            "shape": [186                1187            ],188            "names": null189        }190    }191}