CoolFace
Datasetpublic

HuggingFadeUser/red-dice-data-remi

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "so101_follower", "total_episodes": 3, "total_frames": 900, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 30, "splits": { "train": "0:3" }, "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/HuggingFadeUser/red-dice-data-remi.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes26downloads
info.json104 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "so101_follower",4    "total_episodes": 3,5    "total_frames": 900,6    "total_tasks": 1,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 500,10    "fps": 30,11    "splits": {12        "train": "0:3"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            ],41            "shape": [42                643            ]44        },45        "observation.images.up": {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": "av1",61                "video.pix_fmt": "yuv420p",62                "video.is_depth_map": false,63                "video.fps": 30,64                "video.channels": 3,65                "has_audio": false66            }67        },68        "timestamp": {69            "dtype": "float32",70            "shape": [71                172            ],73            "names": null74        },75        "frame_index": {76            "dtype": "int64",77            "shape": [78                179            ],80            "names": null81        },82        "episode_index": {83            "dtype": "int64",84            "shape": [85                186            ],87            "names": null88        },89        "index": {90            "dtype": "int64",91            "shape": [92                193            ],94            "names": null95        },96        "task_index": {97            "dtype": "int64",98            "shape": [99                1100            ],101            "names": null102        }103    }104}