DORLR/Deformable-1Clip-Routing-v0-Scripted-smoke
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "isaaclab_ur5", "total_episodes": 4, "total_frames": 840, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:4" }, "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/DORLR/Deformable-1Clip-Routing-v0-Scripted-smoke.
032
1{2 "codebase_version": "v3.0",3 "robot_type": "isaaclab_ur5",4 "total_episodes": 4,5 "total_frames": 840,6 "total_tasks": 1,7 "chunks_size": 1000,8 "data_files_size_in_mb": 100,9 "video_files_size_in_mb": 200,10 "fps": 30,11 "splits": {12 "train": "0:4"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.state": {18 "dtype": "float32",19 "shape": [20 721 ],22 "names": [23 "shoulder_pan_joint",24 "shoulder_lift_joint",25 "elbow_joint",26 "wrist_1_joint",27 "wrist_2_joint",28 "wrist_3_joint",29 "finger_joint"30 ]31 },32 "action": {33 "dtype": "float32",34 "shape": [35 736 ],37 "names": [38 "shoulder_pan_joint",39 "shoulder_lift_joint",40 "elbow_joint",41 "wrist_1_joint",42 "wrist_2_joint",43 "wrist_3_joint",44 "finger_joint"45 ]46 },47 "observation.images.cam_side2": {48 "dtype": "video",49 "shape": [50 512,51 512,52 353 ],54 "names": [55 "height",56 "width",57 "channels"58 ],59 "info": {60 "video.height": 512,61 "video.width": 512,62 "video.codec": "av1",63 "video.pix_fmt": "yuv420p",64 "video.is_depth_map": false,65 "video.fps": 30,66 "video.channels": 3,67 "has_audio": false68 }69 },70 "observation.images.cam_color": {71 "dtype": "video",72 "shape": [73 512,74 512,75 376 ],77 "names": [78 "height",79 "width",80 "channels"81 ],82 "info": {83 "video.height": 512,84 "video.width": 512,85 "video.codec": "av1",86 "video.pix_fmt": "yuv420p",87 "video.is_depth_map": false,88 "video.fps": 30,89 "video.channels": 3,90 "has_audio": false91 }92 },93 "timestamp": {94 "dtype": "float32",95 "shape": [96 197 ],98 "names": null99 },100 "frame_index": {101 "dtype": "int64",102 "shape": [103 1104 ],105 "names": null106 },107 "episode_index": {108 "dtype": "int64",109 "shape": [110 1111 ],112 "names": null113 },114 "index": {115 "dtype": "int64",116 "shape": [117 1118 ],119 "names": null120 },121 "task_index": {122 "dtype": "int64",123 "shape": [124 1125 ],126 "names": null127 }128 }129}