ns69956 commited on
Commit
85c25f7
·
verified ·
1 Parent(s): 0198d0c

Update meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +130 -130
meta/info.json CHANGED
@@ -1,131 +1,131 @@
1
- {
2
- "codebase_version": "v2.1",
3
- "robot_type": "ur5e",
4
- "total_episodes": 7,
5
- "total_frames": 3588,
6
- "total_tasks": 2,
7
- "total_videos": 14,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:6"
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
- "observation.images.scene_image": {
18
- "dtype": "video",
19
- "shape": [
20
- 480,
21
- 640,
22
- 3
23
- ],
24
- "names": [
25
- "height",
26
- "width",
27
- "channel"
28
- ],
29
- "info": {
30
- "video.fps": 30.0,
31
- "video.codec": "av1",
32
- "video.pix_fmt": "yuv420p",
33
- "video.is_depth_map": false,
34
- "has_audio": false
35
- }
36
- },
37
- "observation.images.wrist_image": {
38
- "dtype": "video",
39
- "shape": [
40
- 480,
41
- 640,
42
- 3
43
- ],
44
- "names": [
45
- "height",
46
- "width",
47
- "channel"
48
- ],
49
- "info": {
50
- "video.fps": 30.0,
51
- "video.codec": "av1",
52
- "video.pix_fmt": "yuv420p",
53
- "video.is_depth_map": false,
54
- "has_audio": false
55
- }
56
- },
57
- "observation.state": {
58
- "dtype": "float32",
59
- "shape": [
60
- 7
61
- ],
62
- "names": [
63
- "x",
64
- "y",
65
- "z",
66
- "rx",
67
- "ry",
68
- "rz",
69
- "scanner_state"
70
- ]
71
- },
72
- "action": {
73
- "dtype": "float32",
74
- "shape": [
75
- 7
76
- ],
77
- "names": [
78
- "x",
79
- "y",
80
- "z",
81
- "rx",
82
- "ry",
83
- "rz",
84
- "scanner_state"
85
- ]
86
- },
87
- "timestamp": {
88
- "dtype": "float32",
89
- "shape": [
90
- 1
91
- ],
92
- "names": null
93
- },
94
- "episode_index": {
95
- "dtype": "int64",
96
- "shape": [
97
- 1
98
- ],
99
- "names": null
100
- },
101
- "frame_index": {
102
- "dtype": "int64",
103
- "shape": [
104
- 1
105
- ],
106
- "names": null
107
- },
108
-
109
- "next.done": {
110
- "dtype": "bool",
111
- "shape": [
112
- 1
113
- ],
114
- "names": null
115
- },
116
- "index": {
117
- "dtype": "int64",
118
- "shape": [
119
- 1
120
- ],
121
- "names": null
122
- },
123
- "task_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null
129
- }
130
- }
131
  }
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e",
4
+ "total_episodes": 7,
5
+ "total_frames": 3588,
6
+ "total_tasks": 2,
7
+ "total_videos": 14,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "val": "0:6"
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
+ "observation.images.scene_image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "info": {
30
+ "video.fps": 30.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.wrist_image": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "info": {
50
+ "video.fps": 30.0,
51
+ "video.codec": "av1",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 7
61
+ ],
62
+ "names": [
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "rx",
67
+ "ry",
68
+ "rz",
69
+ "scanner_state"
70
+ ]
71
+ },
72
+ "action": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 7
76
+ ],
77
+ "names": [
78
+ "x",
79
+ "y",
80
+ "z",
81
+ "rx",
82
+ "ry",
83
+ "rz",
84
+ "scanner_state"
85
+ ]
86
+ },
87
+ "timestamp": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "episode_index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+
109
+ "next.done": {
110
+ "dtype": "bool",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ }
130
+ }
131
  }