CoolFace
Datasetpublic

sid003/something2

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "so101_follower", "total_episodes": 1, "total_frames": 896, "total_tasks": 1, "total_videos": 1, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/sid003/something2.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes27downloads
info.json104 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.1",3    "robot_type": "so101_follower",4    "total_episodes": 8,5    "total_frames": 4016,6    "total_tasks": 1,7    "total_videos": 8,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 30,11    "splits": {12        "train": "0:8"13    },14    "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",15    "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",16    "features": {17        "action": {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        "observation.state": {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.side": {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}