CoolFace
Datasetpublic

LearningFromVideo/dk1-opening-drawer-10eps-postprocessed

Postprocessed copy of LearningFromVideo/dk1-opening-drawer-10eps Changes vs. the source dataset: task description set to "open drawer" (was "open the drawer")

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes13downloads
info.json176 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "fps": 30,4    "features": {5        "action": {6            "dtype": "float32",7            "names": [8                "ee.x",9                "ee.y",10                "ee.z",11                "ee.wx",12                "ee.wy",13                "ee.wz",14                "ee.gripper_pos"15            ],16            "shape": [17                718            ]19        },20        "observation.state": {21            "dtype": "float32",22            "names": [23                "ee.x",24                "ee.y",25                "ee.z",26                "ee.wx",27                "ee.wy",28                "ee.wz",29                "ee.gripper_pos"30            ],31            "shape": [32                733            ]34        },35        "observation.images.wrist": {36            "dtype": "video",37            "shape": [38                480,39                640,40                341            ],42            "names": [43                "height",44                "width",45                "channels"46            ],47            "info": {48                "video.height": 480,49                "video.width": 640,50                "video.codec": "h264",51                "video.pix_fmt": "yuv420p",52                "video.is_depth_map": false,53                "video.fps": 30,54                "video.channels": 3,55                "has_audio": false,56                "video.g": 30,57                "video.crf": 23,58                "video.preset": null,59                "video.fast_decode": 0,60                "video.video_backend": "pyav",61                "video.extra_options": {62                    "bf": 063                }64            }65        },66        "observation.images.side": {67            "dtype": "video",68            "shape": [69                480,70                640,71                372            ],73            "names": [74                "height",75                "width",76                "channels"77            ],78            "info": {79                "video.height": 480,80                "video.width": 640,81                "video.codec": "h264",82                "video.pix_fmt": "yuv420p",83                "video.is_depth_map": false,84                "video.fps": 30,85                "video.channels": 3,86                "has_audio": false,87                "video.g": 30,88                "video.crf": 23,89                "video.preset": null,90                "video.fast_decode": 0,91                "video.video_backend": "pyav",92                "video.extra_options": {93                    "bf": 094                }95            }96        },97        "observation.images.front": {98            "dtype": "video",99            "shape": [100                480,101                640,102                3103            ],104            "names": [105                "height",106                "width",107                "channels"108            ],109            "info": {110                "video.height": 480,111                "video.width": 640,112                "video.codec": "h264",113                "video.pix_fmt": "yuv420p",114                "video.is_depth_map": false,115                "video.fps": 30,116                "video.channels": 3,117                "has_audio": false,118                "video.g": 30,119                "video.crf": 23,120                "video.preset": null,121                "video.fast_decode": 0,122                "video.video_backend": "pyav",123                "video.extra_options": {124                    "bf": 0125                }126            }127        },128        "timestamp": {129            "dtype": "float32",130            "shape": [131                1132            ],133            "names": null134        },135        "frame_index": {136            "dtype": "int64",137            "shape": [138                1139            ],140            "names": null141        },142        "episode_index": {143            "dtype": "int64",144            "shape": [145                1146            ],147            "names": null148        },149        "index": {150            "dtype": "int64",151            "shape": [152                1153            ],154            "names": null155        },156        "task_index": {157            "dtype": "int64",158            "shape": [159                1160            ],161            "names": null162        }163    },164    "total_episodes": 10,165    "total_frames": 2364,166    "total_tasks": 1,167    "chunks_size": 1000,168    "data_files_size_in_mb": 100,169    "video_files_size_in_mb": 200,170    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",171    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",172    "robot_type": "dk1_follower",173    "splits": {174        "train": "0:10"175    }176}