Yifeng Wu commited on
Commit
b9beb27
·
unverified ·
1 Parent(s): c6024e9
Files changed (3) hide show
  1. meta/info.json +127 -1
  2. meta/info.json.bak +0 -127
  3. meta/info.json.floats +1 -0
meta/info.json CHANGED
@@ -1 +1,127 @@
1
- {"codebase_version":"2.1","robot_type":"so100_follower","total_episodes":16.0,"total_frames":27459.0,"total_tasks":1.0,"total_videos":32.0,"total_chunks":1.0,"chunks_size":1000.0,"fps":30.0,"splits":{"train":"0:16"},"data_path":"data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet","video_path":"videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4","features":{"action":{"dtype":"float32","shape":[6.0],"names":["shoulder_pan.pos","shoulder_lift.pos","elbow_flex.pos","wrist_flex.pos","wrist_roll.pos","gripper.pos"]},"observation.state":{"dtype":"float32","shape":[6.0],"names":["shoulder_pan.pos","shoulder_lift.pos","elbow_flex.pos","wrist_flex.pos","wrist_roll.pos","gripper.pos"]},"observation.images.front":{"dtype":"video","shape":[720.0,1280.0,3.0],"names":["height","width","channels"],"info":{"video.height":720.0,"video.width":1280.0,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":0.0,"video.fps":30.0,"video.channels":3.0,"has_audio":0.0}},"observation.images.top":{"dtype":"video","shape":[1080.0,1920.0,3.0],"names":["height","width","channels"],"info":{"video.height":1080.0,"video.width":1920.0,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":0.0,"video.fps":30.0,"video.channels":3.0,"has_audio":0.0}},"timestamp":{"dtype":"float32","shape":[1.0],"names":null},"frame_index":{"dtype":"int64","shape":[1.0],"names":null},"episode_index":{"dtype":"int64","shape":[1.0],"names":null},"index":{"dtype":"int64","shape":[1.0],"names":null},"task_index":{"dtype":"int64","shape":[1.0],"names":null}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 16,
5
+ "total_frames": 27459,
6
+ "total_tasks": 1,
7
+ "total_videos": 32,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:16"
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
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
+ }
meta/info.json.bak DELETED
@@ -1,127 +0,0 @@
1
- {
2
- "codebase_version": "2.1",
3
- "robot_type": "so100_follower",
4
- "total_episodes": 16,
5
- "total_frames": 27459,
6
- "total_tasks": 1,
7
- "total_videos": 32,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:16"
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
- 6
21
- ],
22
- "names": [
23
- "shoulder_pan.pos",
24
- "shoulder_lift.pos",
25
- "elbow_flex.pos",
26
- "wrist_flex.pos",
27
- "wrist_roll.pos",
28
- "gripper.pos"
29
- ]
30
- },
31
- "observation.state": {
32
- "dtype": "float32",
33
- "shape": [
34
- 6
35
- ],
36
- "names": [
37
- "shoulder_pan.pos",
38
- "shoulder_lift.pos",
39
- "elbow_flex.pos",
40
- "wrist_flex.pos",
41
- "wrist_roll.pos",
42
- "gripper.pos"
43
- ]
44
- },
45
- "observation.images.front": {
46
- "dtype": "video",
47
- "shape": [
48
- 720,
49
- 1280,
50
- 3
51
- ],
52
- "names": [
53
- "height",
54
- "width",
55
- "channels"
56
- ],
57
- "info": {
58
- "video.height": 720,
59
- "video.width": 1280,
60
- "video.codec": "av1",
61
- "video.pix_fmt": "yuv420p",
62
- "video.is_depth_map": false,
63
- "video.fps": 30,
64
- "video.channels": 3,
65
- "has_audio": false
66
- }
67
- },
68
- "observation.images.top": {
69
- "dtype": "video",
70
- "shape": [
71
- 1080,
72
- 1920,
73
- 3
74
- ],
75
- "names": [
76
- "height",
77
- "width",
78
- "channels"
79
- ],
80
- "info": {
81
- "video.height": 1080,
82
- "video.width": 1920,
83
- "video.codec": "av1",
84
- "video.pix_fmt": "yuv420p",
85
- "video.is_depth_map": false,
86
- "video.fps": 30,
87
- "video.channels": 3,
88
- "has_audio": false
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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/info.json.floats ADDED
@@ -0,0 +1 @@
 
 
1
+ {"codebase_version":"2.1","robot_type":"so100_follower","total_episodes":16.0,"total_frames":27459.0,"total_tasks":1.0,"total_videos":32.0,"total_chunks":1.0,"chunks_size":1000.0,"fps":30.0,"splits":{"train":"0:16"},"data_path":"data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet","video_path":"videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4","features":{"action":{"dtype":"float32","shape":[6.0],"names":["shoulder_pan.pos","shoulder_lift.pos","elbow_flex.pos","wrist_flex.pos","wrist_roll.pos","gripper.pos"]},"observation.state":{"dtype":"float32","shape":[6.0],"names":["shoulder_pan.pos","shoulder_lift.pos","elbow_flex.pos","wrist_flex.pos","wrist_roll.pos","gripper.pos"]},"observation.images.front":{"dtype":"video","shape":[720.0,1280.0,3.0],"names":["height","width","channels"],"info":{"video.height":720.0,"video.width":1280.0,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":0.0,"video.fps":30.0,"video.channels":3.0,"has_audio":0.0}},"observation.images.top":{"dtype":"video","shape":[1080.0,1920.0,3.0],"names":["height","width","channels"],"info":{"video.height":1080.0,"video.width":1920.0,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":0.0,"video.fps":30.0,"video.channels":3.0,"has_audio":0.0}},"timestamp":{"dtype":"float32","shape":[1.0],"names":null},"frame_index":{"dtype":"int64","shape":[1.0],"names":null},"episode_index":{"dtype":"int64","shape":[1.0],"names":null},"index":{"dtype":"int64","shape":[1.0],"names":null},"task_index":{"dtype":"int64","shape":[1.0],"names":null}}}