habibada commited on
Commit
3f45b18
·
verified ·
1 Parent(s): 038a885

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +145 -0
meta/info.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "arm_shoulder_pan.pos",
9
+ "arm_shoulder_lift.pos",
10
+ "arm_elbow_flex.pos",
11
+ "arm_wrist_flex.pos",
12
+ "arm_wrist_roll.pos",
13
+ "arm_gripper.pos",
14
+ "x.vel",
15
+ "y.vel",
16
+ "theta.vel"
17
+ ],
18
+ "shape": [
19
+ 9
20
+ ]
21
+ },
22
+ "observation.state": {
23
+ "dtype": "float32",
24
+ "names": [
25
+ "arm_shoulder_pan.pos",
26
+ "arm_shoulder_lift.pos",
27
+ "arm_elbow_flex.pos",
28
+ "arm_wrist_flex.pos",
29
+ "arm_wrist_roll.pos",
30
+ "arm_gripper.pos",
31
+ "x.vel",
32
+ "y.vel",
33
+ "theta.vel"
34
+ ],
35
+ "shape": [
36
+ 9
37
+ ]
38
+ },
39
+ "observation.images.front": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 480,
43
+ 640,
44
+ 3
45
+ ],
46
+ "names": [
47
+ "height",
48
+ "width",
49
+ "channels"
50
+ ],
51
+ "info": {
52
+ "is_depth_map": false,
53
+ "video.height": 480,
54
+ "video.width": 640,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.fps": 30,
58
+ "video.channels": 3,
59
+ "has_audio": false,
60
+ "video.g": 2,
61
+ "video.crf": 30,
62
+ "video.preset": 12,
63
+ "video.fast_decode": 0,
64
+ "video.video_backend": "pyav",
65
+ "video.extra_options": {}
66
+ }
67
+ },
68
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "is_depth_map": false,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false,
89
+ "video.g": 2,
90
+ "video.crf": 30,
91
+ "video.preset": 12,
92
+ "video.fast_decode": 0,
93
+ "video.video_backend": "pyav",
94
+ "video.extra_options": {}
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ },
133
+ "total_episodes": 60,
134
+ "total_frames": 26169,
135
+ "total_tasks": 1,
136
+ "chunks_size": 1000,
137
+ "data_files_size_in_mb": 100,
138
+ "video_files_size_in_mb": 200,
139
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
140
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
141
+ "robot_type": "lekiwi_client",
142
+ "splits": {
143
+ "train": "0:60"
144
+ }
145
+ }