RobotisSW/omx_Multi_Tasking
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "aiworker", "total_episodes": 1, "total_frames": 987, "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/RobotisSW/omx_Multi_Tasking.
025
1{2 "codebase_version": "v2.1",3 "robot_type": "aiworker",4 "total_episodes": 1,5 "total_frames": 987,6 "total_tasks": 1,7 "total_videos": 1,8 "total_chunks": 1,9 "chunks_size": 1000,10 "fps": 30,11 "splits": {12 "train": "0:1"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 "timestamp": {18 "dtype": "float32",19 "shape": [20 121 ],22 "names": null23 },24 "frame_index": {25 "dtype": "int64",26 "shape": [27 128 ],29 "names": null30 },31 "episode_index": {32 "dtype": "int64",33 "shape": [34 135 ],36 "names": null37 },38 "index": {39 "dtype": "int64",40 "shape": [41 142 ],43 "names": null44 },45 "task_index": {46 "dtype": "int64",47 "shape": [48 149 ],50 "names": null51 },52 "observation.images.cam_global": {53 "dtype": "video",54 "names": [55 "height",56 "width",57 "channels"58 ],59 "shape": [60 720,61 1280,62 363 ],64 "info": {65 "video.height": 720,66 "video.width": 1280,67 "video.channels": 3,68 "video.codec": "libx264",69 "video.pix_fmt": "yuv420p"70 }71 },72 "observation.state": {73 "dtype": "float32",74 "names": [75 "joint1",76 "joint2",77 "joint3",78 "joint4",79 "gripper_left_joint"80 ],81 "shape": [82 583 ]84 },85 "action": {86 "dtype": "float32",87 "names": [88 "joint1",89 "joint2",90 "joint3",91 "joint4",92 "gripper_left_joint"93 ],94 "shape": [95 596 ]97 }98 }99}