CoolFace
Datasetpublic

Cache-SCA/table7_useful_id_pnp

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes58downloads
info.json238 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "so101_follower",4    "total_episodes": 100,5    "total_frames": 33382,6    "total_tasks": 2,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 200,10    "fps": 10,11    "splits": {12        "train": "0:100"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.state": {18            "dtype": "float32",19            "shape": [20                621            ],22            "names": [23                "shoulder_pan.pos",24                "shoulder_lift.pos",25                "elbow_flex.pos",26                "wrist_flex.pos",27                "wrist_roll.pos",28                "gripper.pos"29            ]30        },31        "action": {32            "dtype": "float32",33            "shape": [34                635            ],36            "names": [37                "shoulder_pan.pos",38                "shoulder_lift.pos",39                "elbow_flex.pos",40                "wrist_flex.pos",41                "wrist_roll.pos",42                "gripper.pos"43            ]44        },45        "observation.images.top": {46            "dtype": "video",47            "shape": [48                480,49                640,50                351            ],52            "names": [53                "height",54                "width",55                "channels"56            ],57            "info": {58                "video.height": 480,59                "video.width": 640,60                "video.codec": "h264",61                "video.pix_fmt": "yuv420p",62                "video.is_depth_map": false,63                "video.fps": 10,64                "video.channels": 3,65                "has_audio": false66            }67        },68        "observation.images.left_wrist": {69            "dtype": "video",70            "shape": [71                480,72                640,73                374            ],75            "names": [76                "height",77                "width",78                "channels"79            ],80            "info": {81                "video.height": 480,82                "video.width": 640,83                "video.codec": "h264",84                "video.pix_fmt": "yuv420p",85                "video.is_depth_map": false,86                "video.fps": 10,87                "video.channels": 3,88                "has_audio": false89            }90        },91        "observation.ee_pos.robot_xyzrpy": {92            "dtype": "float32",93            "shape": [94                695            ],96            "names": [97                "x",98                "y",99                "z",100                "roll",101                "pitch",102                "yaw"103            ]104        },105        "observation.gripper_binary": {106            "dtype": "float32",107            "shape": [108                1109            ],110            "names": null111        },112        "skill.natural_language": {113            "dtype": "string",114            "shape": [115                1116            ],117            "names": null118        },119        "skill.verification_question": {120            "dtype": "string",121            "shape": [122                1123            ],124            "names": null125        },126        "skill.type": {127            "dtype": "string",128            "shape": [129                1130            ],131            "names": null132        },133        "skill.progress": {134            "dtype": "float32",135            "shape": [136                1137            ],138            "names": null139        },140        "skill.goal_position.joint": {141            "dtype": "float32",142            "shape": [143                6144            ],145            "names": [146                "shoulder_pan.pos",147                "shoulder_lift.pos",148                "elbow_flex.pos",149                "wrist_flex.pos",150                "wrist_roll.pos",151                "gripper.pos"152            ]153        },154        "skill.goal_position.robot_xyzrpy": {155            "dtype": "float32",156            "shape": [157                6158            ],159            "names": [160                "x",161                "y",162                "z",163                "roll",164                "pitch",165                "yaw"166            ]167        },168        "skill.goal_position.gripper": {169            "dtype": "float32",170            "shape": [171                1172            ],173            "names": [174                "gripper.pos"175            ]176        },177        "subtask.natural_language": {178            "dtype": "string",179            "shape": [180                1181            ],182            "names": null183        },184        "subtask.object_name": {185            "dtype": "string",186            "shape": [187                1188            ],189            "names": null190        },191        "subtask.target_position": {192            "dtype": "float32",193            "shape": [194                3195            ],196            "names": [197                "x",198                "y",199                "z"200            ]201        },202        "timestamp": {203            "dtype": "float32",204            "shape": [205                1206            ],207            "names": null208        },209        "frame_index": {210            "dtype": "int64",211            "shape": [212                1213            ],214            "names": null215        },216        "episode_index": {217            "dtype": "int64",218            "shape": [219                1220            ],221            "names": null222        },223        "index": {224            "dtype": "int64",225            "shape": [226                1227            ],228            "names": null229        },230        "task_index": {231            "dtype": "int64",232            "shape": [233                1234            ],235            "names": null236        }237    }238}