CoolFace
Datasetpublic

villekuosmanen/interactive_objects

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "arx5", "total_episodes": 48, "total_frames": 53423, "total_tasks": 10, "total_videos": 147, "total_chunks": 1, "chunks_size": 1000, "fps": 50, "splits": { "train": "0:48" }, "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/villekuosmanen/interactive_objects.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes279downloads
info.json134 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.1",3    "robot_type": "arx5",4    "total_episodes": 48,5    "total_frames": 53353,6    "total_tasks": 10,7    "total_videos": 147,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 50,11    "splits": {12        "train": "0:48"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                1421            ]22        },23        "observation.state": {24            "dtype": "float32",25            "shape": [26                1427            ]28        },29        "observation.images.front": {30            "dtype": "video",31            "shape": [32                480,33                640,34                335            ],36            "names": [37                "height",38                "width",39                "channels"40            ],41            "info": {42                "video.fps": 50.0,43                "video.height": 480,44                "video.width": 640,45                "video.channels": 3,46                "video.codec": "av1",47                "video.pix_fmt": "yuv420p",48                "video.is_depth_map": false,49                "has_audio": false50            }51        },52        "observation.images.left_wrist": {53            "dtype": "video",54            "shape": [55                480,56                640,57                358            ],59            "names": [60                "height",61                "width",62                "channels"63            ],64            "info": {65                "video.fps": 50.0,66                "video.height": 480,67                "video.width": 640,68                "video.channels": 3,69                "video.codec": "av1",70                "video.pix_fmt": "yuv420p",71                "video.is_depth_map": false,72                "has_audio": false73            }74        },75        "observation.images.right_wrist": {76            "dtype": "video",77            "shape": [78                480,79                640,80                381            ],82            "names": [83                "height",84                "width",85                "channels"86            ],87            "info": {88                "video.fps": 50.0,89                "video.height": 480,90                "video.width": 640,91                "video.channels": 3,92                "video.codec": "av1",93                "video.pix_fmt": "yuv420p",94                "video.is_depth_map": false,95                "has_audio": false96            }97        },98        "timestamp": {99            "dtype": "float32",100            "shape": [101                1102            ],103            "names": null104        },105        "frame_index": {106            "dtype": "int64",107            "shape": [108                1109            ],110            "names": null111        },112        "episode_index": {113            "dtype": "int64",114            "shape": [115                1116            ],117            "names": null118        },119        "index": {120            "dtype": "int64",121            "shape": [122                1123            ],124            "names": null125        },126        "task_index": {127            "dtype": "int64",128            "shape": [129                1130            ],131            "names": null132        }133    }134}