villekuosmanen commited on
Commit
5400d8c
·
verified ·
1 Parent(s): e7a678f

Upload folder using huggingface_hub

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