CoolFace
Datasetpublic

the-future-dev/ClothFold206

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": null, "total_episodes": 206, "total_frames": 20600, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 10, "splits": { "train": "0:206" }, "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/the-future-dev/ClothFold206.

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes53downloads
info.json140 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": null,4    "total_episodes": 206,5    "total_frames": 20600,6    "total_tasks": 1,7    "chunks_size": 1000,8    "data_files_size_in_mb": 100,9    "video_files_size_in_mb": 500,10    "fps": 10,11    "splits": {12        "train": "0:206"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.image": {18            "dtype": "image",19            "shape": [20                96,21                96,22                323            ],24            "names": [25                "height",26                "width",27                "channels"28            ]29        },30        "observation.state": {31            "dtype": "float32",32            "shape": [33                634            ],35            "names": [36                "picker1_x",37                "picker1_y",38                "picker1_z",39                "picker2_x",40                "picker2_y",41                "picker2_z"42            ]43        },44        "observation.environment_state": {45            "dtype": "float32",46            "shape": [47                1248            ],49            "names": null50        },51        "action": {52            "dtype": "float32",53            "shape": [54                855            ],56            "names": [57                "a0",58                "a1",59                "a2",60                "a3",61                "a4",62                "a5",63                "a6",64                "a7"65            ]66        },67        "next.reward": {68            "dtype": "float32",69            "shape": [70                171            ],72            "names": null73        },74        "next.done": {75            "dtype": "bool",76            "shape": [77                178            ],79            "names": null80        },81        "normalized_performance": {82            "dtype": "float32",83            "shape": [84                185            ],86            "names": null87        },88        "timestamp": {89            "dtype": "float32",90            "shape": [91                192            ],93            "names": null94        },95        "frame_index": {96            "dtype": "int64",97            "shape": [98                199            ],100            "names": null101        },102        "episode_index": {103            "dtype": "int64",104            "shape": [105                1106            ],107            "names": null108        },109        "index": {110            "dtype": "int64",111            "shape": [112                1113            ],114            "names": null115        },116        "task_index": {117            "dtype": "int64",118            "shape": [119                1120            ],121            "names": null122        }123    },124    "metadata": {125        "env_kwargs": {126            "observation_mode": "key_point",127            "action_mode": "picker",128            "num_picker": 2,129            "render": true,130            "headless": true,131            "horizon": 100,132            "action_repeat": 8,133            "render_mode": "cloth",134            "num_variations": 400,135            "use_cached_states": true,136            "deterministic": false,137            "save_cached_states": false138        }139    }140}