| {
|
| "codebase_version": "v3.0",
|
| "robot_type": "unknown",
|
| "total_episodes": 1647,
|
| "total_frames": 42328,
|
| "total_tasks": 1,
|
| "chunks_size": 1000,
|
| "fps": 10,
|
| "splits": {
|
| "train": "0:1647"
|
| },
|
| "data_path": "data/berkeley_cable_routing.tsfile",
|
| "features": {
|
| "Time": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "TIME",
|
| "unit": "ms"
|
| },
|
| "episode_index": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "TAG"
|
| },
|
| "task_index": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "TAG"
|
| },
|
| "frame_index": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "sample_index": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "next_reward": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "next_done": {
|
| "dtype": "int64",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_0": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_1": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_2": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_3": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_4": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_5": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_6": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "observation_state_7": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_0": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_1": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_2": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_3": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_4": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_5": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| },
|
| "action_6": {
|
| "dtype": "float32",
|
| "shape": [
|
| 1
|
| ],
|
| "tsfile_role": "FIELD"
|
| }
|
| },
|
| "data_files_size_in_mb": 100,
|
| "video_files_size_in_mb": 200,
|
| "video_path_original": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| "tsfile_conversion": {
|
| "source_dataset": "lerobot/berkeley_cable_routing",
|
| "source_data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| "converted_data_path": "data/berkeley_cable_routing.tsfile",
|
| "table_name": "berkeley_cable_routing",
|
| "granularity": "merged",
|
| "time_precision": "ms",
|
| "time_mapping": {
|
| "source": "timestamp",
|
| "fps": 10,
|
| "unit": "milliseconds"
|
| },
|
| "tag_columns": [
|
| "episode_index",
|
| "task_index"
|
| ],
|
| "row_count": 42328,
|
| "feature_source": "features describe the converted TsFile schema",
|
| "flattened_features": {
|
| "observation.state": [
|
| "observation_state_0",
|
| "observation_state_1",
|
| "observation_state_2",
|
| "observation_state_3",
|
| "observation_state_4",
|
| "observation_state_5",
|
| "observation_state_6",
|
| "observation_state_7"
|
| ],
|
| "action": [
|
| "action_0",
|
| "action_1",
|
| "action_2",
|
| "action_3",
|
| "action_4",
|
| "action_5",
|
| "action_6"
|
| ]
|
| },
|
| "renamed_features": {
|
| "next.reward": "next_reward",
|
| "next.done": "next_done",
|
| "index": "sample_index"
|
| },
|
| "dropped_features": [
|
| "timestamp",
|
| "observation.images.top_image",
|
| "observation.images.wrist225_image",
|
| "observation.images.wrist45_image",
|
| "observation.images.image"
|
| ],
|
| "omitted_features": [
|
| "observation.images.top_image",
|
| "observation.images.wrist225_image",
|
| "observation.images.wrist45_image",
|
| "observation.images.image"
|
| ],
|
| "original_video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| "original_video_features": {
|
| "observation.images.top_image": {
|
| "dtype": "video",
|
| "shape": [
|
| 128,
|
| 128,
|
| 3
|
| ],
|
| "names": [
|
| "height",
|
| "width",
|
| "channels"
|
| ],
|
| "video_info": {
|
| "video.codec": "av1",
|
| "video.pix_fmt": "yuv420p",
|
| "video.is_depth_map": false,
|
| "video.fps": 10,
|
| "has_audio": false
|
| }
|
| },
|
| "observation.images.wrist225_image": {
|
| "dtype": "video",
|
| "shape": [
|
| 128,
|
| 128,
|
| 3
|
| ],
|
| "names": [
|
| "height",
|
| "width",
|
| "channels"
|
| ],
|
| "video_info": {
|
| "video.codec": "av1",
|
| "video.pix_fmt": "yuv420p",
|
| "video.is_depth_map": false,
|
| "video.fps": 10,
|
| "has_audio": false
|
| }
|
| },
|
| "observation.images.wrist45_image": {
|
| "dtype": "video",
|
| "shape": [
|
| 128,
|
| 128,
|
| 3
|
| ],
|
| "names": [
|
| "height",
|
| "width",
|
| "channels"
|
| ],
|
| "video_info": {
|
| "video.codec": "av1",
|
| "video.pix_fmt": "yuv420p",
|
| "video.is_depth_map": false,
|
| "video.fps": 10,
|
| "has_audio": false
|
| }
|
| },
|
| "observation.images.image": {
|
| "dtype": "video",
|
| "shape": [
|
| 128,
|
| 128,
|
| 3
|
| ],
|
| "names": [
|
| "height",
|
| "width",
|
| "channels"
|
| ],
|
| "video_info": {
|
| "video.codec": "av1",
|
| "video.pix_fmt": "yuv420p",
|
| "video.is_depth_map": false,
|
| "video.fps": 10,
|
| "has_audio": false
|
| }
|
| }
|
| },
|
| "original_video_source": "https://huggingface.co/datasets/lerobot/berkeley_cable_routing/tree/main/videos",
|
| "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
|
| }
|
| } |