File size: 3,073 Bytes
30d5f88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "codebase_version" : "v3.0",
  "robot_type" : "alex",
  "total_episodes" : 2,
  "total_frames" : 135,
  "total_tasks" : 1,
  "total_chunks" : 1,
  "chunks_size" : 1000,
  "fps" : 30.0,
  "splits" : {
    "train" : "0:2"
  },
  "data_path" : "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
  "video_path" : "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
  "features" : {
    "observation.images.cam_zed_left" : {
      "dtype" : "video",
      "shape" : [ 480, 640, 3 ],
      "names" : [ "height", "width", "channel" ],
      "fps" : 30.0,
      "video_info" : {
        "video.fps" : 30.0,
        "video.codec" : "h264",
        "video.pix_fmt" : "yuv420p",
        "video.is_depth_map" : false,
        "has_audio" : false
      }
    },
    "observation.images.cam_zed_right" : {
      "dtype" : "video",
      "shape" : [ 480, 640, 3 ],
      "names" : [ "height", "width", "channel" ],
      "fps" : 30.0,
      "video_info" : {
        "video.fps" : 30.0,
        "video.codec" : "h264",
        "video.pix_fmt" : "yuv420p",
        "video.is_depth_map" : false,
        "has_audio" : false
      }
    },
    "observation.state" : {
      "dtype" : "float32",
      "shape" : [ 29 ],
      "names" : {
        "motors" : [ "left_hip_x", "left_hip_z", "left_hip_y", "left_knee_y", "left_ankle_y", "left_ankle_x", "right_hip_x", "right_hip_z", "right_hip_y", "right_knee_y", "right_ankle_y", "right_ankle_x", "spine_z", "left_shoulder_y", "left_shoulder_x", "left_shoulder_z", "left_elbow_y", "left_wrist_z", "left_wrist_x", "right_shoulder_y", "right_shoulder_x", "right_shoulder_z", "right_elbow_y", "right_wrist_z", "right_wrist_x", "left_gripper_z", "right_gripper_z", "neck_z", "neck_y" ]
      },
      "fps" : 30.0
    },
    "action" : {
      "dtype" : "float32",
      "shape" : [ 27 ],
      "names" : {
        "motors" : [ "left_hip_x", "left_hip_z", "left_hip_y", "left_knee_y", "left_ankle_y", "left_ankle_x", "right_hip_x", "right_hip_z", "right_hip_y", "right_knee_y", "right_ankle_y", "right_ankle_x", "spine_z", "left_shoulder_y", "left_shoulder_x", "left_shoulder_z", "left_elbow_y", "left_wrist_z", "left_wrist_x", "right_shoulder_y", "right_shoulder_x", "right_shoulder_z", "right_elbow_y", "right_wrist_z", "right_wrist_x", "left_gripper_z", "right_gripper_z" ]
      },
      "fps" : 30.0
    },
    "episode_index" : {
      "dtype" : "int64",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    },
    "frame_index" : {
      "dtype" : "int64",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    },
    "timestamp" : {
      "dtype" : "float32",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    },
    "next.done" : {
      "dtype" : "bool",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    },
    "index" : {
      "dtype" : "int64",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    },
    "task_index" : {
      "dtype" : "int64",
      "shape" : [ 1 ],
      "names" : null,
      "fps" : 30.0
    }
  }
}