AnonymousMouse404 commited on
Commit
973458d
·
verified ·
1 Parent(s): ddbd8ba

Delete episodes 409 (b5_d7) and 410 (d7_c7) — marked bad during recording

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