CoolFace
Datasetpublic

Lakesenberg/eval_test

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "seeed_b601_dm_follower", "total_episodes": 0, "total_frames": 0, "total_tasks": 0, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": {}, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/Lakesenberg/eval_test.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes21downloads
info.json107 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "seeed_b601_dm_follower",4    "total_episodes": 0,5    "total_frames": 0,6    "total_tasks": 0,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 200,10    "fps": 30,11    "splits": {},12    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",13    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",14    "features": {15        "action": {16            "dtype": "float32",17            "names": [18                "shoulder_pan.pos",19                "shoulder_lift.pos",20                "elbow_flex.pos",21                "wrist_flex.pos",22                "wrist_yaw.pos",23                "wrist_roll.pos",24                "gripper.pos"25            ],26            "shape": [27                728            ]29        },30        "observation.state": {31            "dtype": "float32",32            "names": [33                "shoulder_pan.pos",34                "shoulder_lift.pos",35                "elbow_flex.pos",36                "wrist_flex.pos",37                "wrist_yaw.pos",38                "wrist_roll.pos",39                "gripper.pos"40            ],41            "shape": [42                743            ]44        },45        "observation.images.hand": {46            "dtype": "video",47            "shape": [48                480,49                640,50                351            ],52            "names": [53                "height",54                "width",55                "channels"56            ]57        },58        "observation.images.side": {59            "dtype": "video",60            "shape": [61                480,62                640,63                364            ],65            "names": [66                "height",67                "width",68                "channels"69            ]70        },71        "timestamp": {72            "dtype": "float32",73            "shape": [74                175            ],76            "names": null77        },78        "frame_index": {79            "dtype": "int64",80            "shape": [81                182            ],83            "names": null84        },85        "episode_index": {86            "dtype": "int64",87            "shape": [88                189            ],90            "names": null91        },92        "index": {93            "dtype": "int64",94            "shape": [95                196            ],97            "names": null98        },99        "task_index": {100            "dtype": "int64",101            "shape": [102                1103            ],104            "names": null105        }106    }107}