lukicdarkoo/close_fixed_camera
0155
1{2 "codebase_version": "v2.1",3 "robot_type": "so101",4 "total_episodes": 60,5 "total_frames": 27418,6 "total_tasks": 1,7 "total_videos": 120,8 "total_chunks": 1,9 "chunks_size": 1000,10 "fps": 30,11 "splits": {12 "train": "0:60"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 "main_shoulder_pan",24 "main_shoulder_lift",25 "main_elbow_flex",26 "main_wrist_flex",27 "main_wrist_roll",28 "main_gripper"29 ]30 },31 "observation.state": {32 "dtype": "float32",33 "shape": [34 635 ],36 "names": [37 "main_shoulder_pan",38 "main_shoulder_lift",39 "main_elbow_flex",40 "main_wrist_flex",41 "main_wrist_roll",42 "main_gripper"43 ]44 },45 "observation.images.wrist": {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 "observation.images.phone": {69 "dtype": "video",70 "shape": [71 480,72 640,73 374 ],75 "names": [76 "height",77 "width",78 "channels"79 ],80 "info": {81 "video.height": 480,82 "video.width": 640,83 "video.codec": "av1",84 "video.pix_fmt": "yuv420p",85 "video.is_depth_map": false,86 "video.fps": 30,87 "video.channels": 3,88 "has_audio": false89 }90 },91 "timestamp": {92 "dtype": "float32",93 "shape": [94 195 ],96 "names": null97 },98 "frame_index": {99 "dtype": "int64",100 "shape": [101 1102 ],103 "names": null104 },105 "episode_index": {106 "dtype": "int64",107 "shape": [108 1109 ],110 "names": null111 },112 "index": {113 "dtype": "int64",114 "shape": [115 1116 ],117 "names": null118 },119 "task_index": {120 "dtype": "int64",121 "shape": [122 1123 ],124 "names": null125 }126 }127}128 