CoolFace
Datasetpublic

rllab-postech/block

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes15downloads
info.json154 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "fps": 30,4    "features": {5        "action": {6            "dtype": "float32",7            "names": [8                "arm_r_joint1",9                "arm_r_joint2",10                "arm_r_joint3",11                "arm_r_joint4",12                "arm_r_joint5",13                "arm_r_joint6",14                "arm_r_joint7",15                "gripper_r_joint1"16            ],17            "shape": [18                819            ]20        },21        "observation.state": {22            "dtype": "float32",23            "names": [24                "arm_r_joint1",25                "arm_r_joint2",26                "arm_r_joint3",27                "arm_r_joint4",28                "arm_r_joint5",29                "arm_r_joint6",30                "arm_r_joint7",31                "gripper_r_joint1"32            ],33            "shape": [34                835            ]36        },37        "observation.images.image": {38            "dtype": "video",39            "shape": [40                480,41                640,42                343            ],44            "names": [45                "height",46                "width",47                "channels"48            ],49            "info": {50                "video.height": 480,51                "video.width": 640,52                "video.codec": "h264",53                "video.pix_fmt": "yuv420p",54                "video.is_depth_map": false,55                "video.fps": 30,56                "video.channels": 3,57                "has_audio": false58            }59        },60        "observation.images.right_wrist": {61            "dtype": "video",62            "shape": [63                240,64                424,65                366            ],67            "names": [68                "height",69                "width",70                "channels"71            ],72            "info": {73                "video.height": 240,74                "video.width": 424,75                "video.codec": "h264",76                "video.pix_fmt": "yuv420p",77                "video.is_depth_map": false,78                "video.fps": 30,79                "video.channels": 3,80                "has_audio": false81            }82        },83        "observation.images.left_wrist": {84            "dtype": "video",85            "shape": [86                240,87                424,88                389            ],90            "names": [91                "height",92                "width",93                "channels"94            ],95            "info": {96                "video.height": 240,97                "video.width": 424,98                "video.codec": "h264",99                "video.pix_fmt": "yuv420p",100                "video.is_depth_map": false,101                "video.fps": 30,102                "video.channels": 3,103                "has_audio": false104            }105        },106        "timestamp": {107            "dtype": "float32",108            "shape": [109                1110            ],111            "names": null112        },113        "frame_index": {114            "dtype": "int64",115            "shape": [116                1117            ],118            "names": null119        },120        "episode_index": {121            "dtype": "int64",122            "shape": [123                1124            ],125            "names": null126        },127        "index": {128            "dtype": "int64",129            "shape": [130                1131            ],132            "names": null133        },134        "task_index": {135            "dtype": "int64",136            "shape": [137                1138            ],139            "names": null140        }141    },142    "total_episodes": 299,143    "total_frames": 91861,144    "total_tasks": 6,145    "chunks_size": 1000,146    "data_files_size_in_mb": 100,147    "video_files_size_in_mb": 200,148    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",149    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",150    "robot_type": "aiworker_ros",151    "splits": {152        "train": "0:299"153    }154}