anikitakis commited on
Commit
b496d9f
·
verified ·
1 Parent(s): dfb53de

Upload meta/info.json with huggingface_hub

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