CoolFace
Datasetpublic

OliverHausdoerfer/stack_lego_simple_diffusion_deploy_3

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes12downloads
info.json166 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "franka",4    "total_episodes": 22,5    "total_frames": 10603,6    "total_tasks": 1,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 200,10    "fps": 15,11    "splits": {12        "train": "0:22"13    },14    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",15    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",16    "features": {17        "observation.images.primary": {18            "dtype": "video",19            "shape": [20                256,21                256,22                323            ],24            "names": [25                "height",26                "width",27                "channels"28            ],29            "video_info": {30                "video.fps": 15.0,31                "video.codec": "av1",32                "video.pix_fmt": "yuv420p",33                "video.is_depth_map": false,34                "has_audio": false35            },36            "info": {37                "video.height": 256,38                "video.width": 256,39                "video.codec": "av1",40                "video.pix_fmt": "yuv420p",41                "video.is_depth_map": false,42                "video.fps": 15,43                "video.channels": 3,44                "has_audio": false45            }46        },47        "observation.images.wrist": {48            "dtype": "video",49            "shape": [50                256,51                256,52                353            ],54            "names": [55                "height",56                "width",57                "channels"58            ],59            "video_info": {60                "video.fps": 15.0,61                "video.codec": "av1",62                "video.pix_fmt": "yuv420p",63                "video.is_depth_map": false,64                "has_audio": false65            },66            "info": {67                "video.height": 256,68                "video.width": 256,69                "video.codec": "av1",70                "video.pix_fmt": "yuv420p",71                "video.is_depth_map": false,72                "video.fps": 15,73                "video.channels": 3,74                "has_audio": false75            }76        },77        "observation.state.gripper": {78            "dtype": "float32",79            "shape": [80                181            ],82            "names": [83                "gripper"84            ]85        },86        "observation.state.sensors_bota_ft_sensor": {87            "dtype": "float32",88            "shape": [89                690            ],91            "names": [92                "sensors_bota_ft_sensor_0",93                "sensors_bota_ft_sensor_1",94                "sensors_bota_ft_sensor_2",95                "sensors_bota_ft_sensor_3",96                "sensors_bota_ft_sensor_4",97                "sensors_bota_ft_sensor_5"98            ]99        },100        "observation.state": {101            "dtype": "float32",102            "shape": [103                7104            ],105            "names": [106                "gripper",107                "sensors_bota_ft_sensor_0",108                "sensors_bota_ft_sensor_1",109                "sensors_bota_ft_sensor_2",110                "sensors_bota_ft_sensor_3",111                "sensors_bota_ft_sensor_4",112                "sensors_bota_ft_sensor_5"113            ]114        },115        "action": {116            "dtype": "float32",117            "shape": [118                7119            ],120            "names": [121                "x",122                "y",123                "z",124                "roll",125                "pitch",126                "yaw",127                "gripper"128            ]129        },130        "timestamp": {131            "dtype": "float32",132            "shape": [133                1134            ],135            "names": null136        },137        "frame_index": {138            "dtype": "int64",139            "shape": [140                1141            ],142            "names": null143        },144        "episode_index": {145            "dtype": "int64",146            "shape": [147                1148            ],149            "names": null150        },151        "index": {152            "dtype": "int64",153            "shape": [154                1155            ],156            "names": null157        },158        "task_index": {159            "dtype": "int64",160            "shape": [161                1162            ],163            "names": null164        }165    }166}