CoolFace
Datasetpublic

madebysly/p7_quick

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes3downloads
info.json110 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "so_follower",4    "total_episodes": 1,5    "total_frames": 1305,6    "total_tasks": 1,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 200,10    "fps": 30,11    "splits": {12        "train": "0:1"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        "action": {18            "dtype": "float32",19            "names": [20                "shoulder_pan.pos",21                "shoulder_lift.pos",22                "elbow_flex.pos",23                "wrist_flex.pos",24                "wrist_roll.pos",25                "gripper.pos"26            ],27            "shape": [28                629            ]30        },31        "observation.state": {32            "dtype": "float32",33            "names": [34                "shoulder_pan.pos",35                "shoulder_lift.pos",36                "elbow_flex.pos",37                "wrist_flex.pos",38                "wrist_roll.pos",39                "gripper.pos",40                "shoulder_pan.vel",41                "shoulder_lift.vel",42                "elbow_flex.vel",43                "wrist_flex.vel",44                "wrist_roll.vel",45                "gripper.vel"46            ],47            "shape": [48                1249            ]50        },51        "observation.images.front": {52            "dtype": "video",53            "shape": [54                480,55                640,56                357            ],58            "names": [59                "height",60                "width",61                "channels"62            ],63            "info": {64                "video.height": 480,65                "video.width": 640,66                "video.codec": "av1",67                "video.pix_fmt": "yuv420p",68                "video.is_depth_map": false,69                "video.fps": 30,70                "video.channels": 3,71                "has_audio": false72            }73        },74        "timestamp": {75            "dtype": "float32",76            "shape": [77                178            ],79            "names": null80        },81        "frame_index": {82            "dtype": "int64",83            "shape": [84                185            ],86            "names": null87        },88        "episode_index": {89            "dtype": "int64",90            "shape": [91                192            ],93            "names": null94        },95        "index": {96            "dtype": "int64",97            "shape": [98                199            ],100            "names": null101        },102        "task_index": {103            "dtype": "int64",104            "shape": [105                1106            ],107            "names": null108        }109    }110}