1g0rrr commited on
Commit
3706dff
·
verified ·
1 Parent(s): c3d17dd

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +148 -148
meta/info.json CHANGED
@@ -1,152 +1,152 @@
1
  {
2
- "codebase_version": "v2.1",
3
- "robot_type": "sam_right_linux",
4
- "total_episodes": 2,
5
- "total_frames": 599,
6
- "total_tasks": 1,
7
- "total_videos": 6,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:2"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- 7
21
- ],
22
- "names": [
23
- "second_shoulder_pan",
24
- "second_shoulder_lift",
25
- "second_elbow_flex",
26
- "second_wrist_flex",
27
- "second_wrist_side",
28
- "second_wrist_roll",
29
- "second_gripper"
30
- ]
31
- },
32
- "observation.state": {
33
- "dtype": "float32",
34
- "shape": [
35
- 7
36
- ],
37
- "names": [
38
- "second_shoulder_pan",
39
- "second_shoulder_lift",
40
- "second_elbow_flex",
41
- "second_wrist_flex",
42
- "second_wrist_side",
43
- "second_wrist_roll",
44
- "second_gripper"
45
- ]
46
- },
47
- "observation.images.side": {
48
- "dtype": "video",
49
- "shape": [
50
- 480,
51
- 640,
52
- 3
53
- ],
54
- "names": [
55
- "height",
56
- "width",
57
- "channels"
58
- ],
59
- "info": {
60
- "video.fps": 30.0,
61
- "video.height": 480,
62
- "video.width": 640,
63
- "video.channels": 3,
64
- "video.codec": "av1",
65
- "video.pix_fmt": "yuv420p",
66
- "video.is_depth_map": false,
67
- "has_audio": false
68
- }
69
- },
70
- "observation.images.laptop": {
71
- "dtype": "video",
72
- "shape": [
73
- 480,
74
- 640,
75
- 3
76
- ],
77
- "names": [
78
- "height",
79
- "width",
80
- "channels"
81
- ],
82
- "info": {
83
- "video.fps": 30.0,
84
- "video.height": 480,
85
- "video.width": 640,
86
- "video.channels": 3,
87
- "video.codec": "av1",
88
- "video.pix_fmt": "yuv420p",
89
- "video.is_depth_map": false,
90
- "has_audio": false
91
- }
92
- },
93
- "observation.images.phone": {
94
- "dtype": "video",
95
- "shape": [
96
- 480,
97
- 640,
98
- 3
99
- ],
100
- "names": [
101
- "height",
102
- "width",
103
- "channels"
104
- ],
105
- "info": {
106
- "video.fps": 30.0,
107
- "video.height": 480,
108
- "video.width": 640,
109
- "video.channels": 3,
110
- "video.codec": "av1",
111
- "video.pix_fmt": "yuv420p",
112
- "video.is_depth_map": false,
113
- "has_audio": false
114
- }
115
- },
116
- "timestamp": {
117
- "dtype": "float32",
118
- "shape": [
119
- 1
120
- ],
121
- "names": null
122
- },
123
- "frame_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null
129
- },
130
- "episode_index": {
131
- "dtype": "int64",
132
- "shape": [
133
- 1
134
- ],
135
- "names": null
136
- },
137
- "index": {
138
- "dtype": "int64",
139
- "shape": [
140
- 1
141
- ],
142
- "names": null
143
- },
144
- "task_index": {
145
- "dtype": "int64",
146
- "shape": [
147
- 1
148
- ],
149
- "names": null
150
- }
151
  }
 
152
  }
 
1
  {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "sam_right_linux",
4
+ "total_episodes": 1,
5
+ "total_frames": 300,
6
+ "total_tasks": 0,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ 7
21
+ ],
22
+ "names": [
23
+ "second_shoulder_pan",
24
+ "second_shoulder_lift",
25
+ "second_elbow_flex",
26
+ "second_wrist_flex",
27
+ "second_wrist_side",
28
+ "second_wrist_roll",
29
+ "second_gripper"
30
+ ]
31
  },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "second_shoulder_pan",
39
+ "second_shoulder_lift",
40
+ "second_elbow_flex",
41
+ "second_wrist_flex",
42
+ "second_wrist_side",
43
+ "second_wrist_roll",
44
+ "second_gripper"
45
+ ]
46
+ },
47
+ "observation.images.side": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 30.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.laptop": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 30.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.phone": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.fps": 30.0,
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.channels": 3,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "timestamp": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "frame_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "task_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  }
151
+ }
152
  }