lilkm HF Staff commited on
Commit
c2b062e
·
verified ·
1 Parent(s): 08563ac

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. data/chunk-000/file-000.parquet +2 -2
  2. meta/info.json +164 -150
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d87b04feb9a3c39ffa3e7ec15b4918b374bcd1ed78cac75bd7e40ca07e47178f
3
- size 1119963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae3822a21f635908d655bb7033e539618a9a921bd518339b14578b302c87c0aa
3
+ size 811869
meta/info.json CHANGED
@@ -1,153 +1,167 @@
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.top": {
34
- "dtype": "video",
35
- "shape": [
36
- 480,
37
- 640,
38
- 3
39
- ],
40
- "names": [
41
- "height",
42
- "width",
43
- "channels"
44
- ],
45
- "info": {
46
- "is_depth_map": false,
47
- "video.height": 480,
48
- "video.width": 640,
49
- "video.codec": "av1",
50
- "video.pix_fmt": "yuv420p",
51
- "video.fps": 30,
52
- "video.channels": 3,
53
- "has_audio": false,
54
- "video.g": 2,
55
- "video.crf": 30,
56
- "video.preset": 12,
57
- "video.fast_decode": 0,
58
- "video.video_backend": "pyav",
59
- "video.extra_options": {}
60
- }
61
- },
62
- "observation.images.wrist": {
63
- "dtype": "video",
64
- "shape": [
65
- 480,
66
- 640,
67
- 3
68
- ],
69
- "names": [
70
- "height",
71
- "width",
72
- "channels"
73
- ],
74
- "info": {
75
- "is_depth_map": false,
76
- "video.height": 480,
77
- "video.width": 640,
78
- "video.codec": "av1",
79
- "video.pix_fmt": "yuv420p",
80
- "video.fps": 30,
81
- "video.channels": 3,
82
- "has_audio": false,
83
- "video.g": 2,
84
- "video.crf": 30,
85
- "video.preset": 12,
86
- "video.fast_decode": 0,
87
- "video.video_backend": "pyav",
88
- "video.extra_options": {}
89
- }
90
- },
91
- "intervention": {
92
- "dtype": "bool",
93
- "shape": [
94
- 1
95
- ],
96
- "names": null
97
- },
98
- "next.success": {
99
- "dtype": "bool",
100
- "shape": [
101
- 1
102
- ],
103
- "names": null
104
- },
105
- "timestamp": {
106
- "dtype": "float32",
107
- "shape": [
108
- 1
109
- ],
110
- "names": null
111
- },
112
- "frame_index": {
113
- "dtype": "int64",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null
118
- },
119
- "episode_index": {
120
- "dtype": "int64",
121
- "shape": [
122
- 1
123
- ],
124
- "names": null
125
- },
126
- "index": {
127
- "dtype": "int64",
128
- "shape": [
129
- 1
130
- ],
131
- "names": null
132
- },
133
- "task_index": {
134
- "dtype": "int64",
135
- "shape": [
136
- 1
137
- ],
138
- "names": null
139
- }
140
  },
141
- "total_episodes": 25,
142
- "total_frames": 20838,
143
- "total_tasks": 1,
144
- "chunks_size": 1000,
145
- "data_files_size_in_mb": 100,
146
- "video_files_size_in_mb": 200,
147
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
148
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
149
- "robot_type": "so_follower",
150
- "splits": {
151
- "train": "0:25"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  }
153
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.top": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "is_depth_map": false,
47
+ "video.height": 480,
48
+ "video.width": 640,
49
+ "video.codec": "av1",
50
+ "video.pix_fmt": "yuv420p",
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.g": 2,
55
+ "video.crf": 30,
56
+ "video.preset": 12,
57
+ "video.fast_decode": 0,
58
+ "video.video_backend": "pyav",
59
+ "video.extra_options": {}
60
+ }
61
+ },
62
+ "observation.images.wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ],
74
+ "info": {
75
+ "is_depth_map": false,
76
+ "video.height": 480,
77
+ "video.width": 640,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.g": 2,
84
+ "video.crf": 30,
85
+ "video.preset": 12,
86
+ "video.fast_decode": 0,
87
+ "video.video_backend": "pyav",
88
+ "video.extra_options": {}
89
+ }
90
+ },
91
+ "intervention": {
92
+ "dtype": "bool",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "next.success": {
99
+ "dtype": "bool",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "episode_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "task_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "is_terminal": {
141
+ "dtype": "bool",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "mc_return": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
  }
154
+ },
155
+ "total_episodes": 25,
156
+ "total_frames": 20838,
157
+ "total_tasks": 1,
158
+ "chunks_size": 1000,
159
+ "data_files_size_in_mb": 100,
160
+ "video_files_size_in_mb": 200,
161
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
162
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
163
+ "robot_type": "so_follower",
164
+ "splits": {
165
+ "train": "0:25"
166
+ }
167
+ }