thz23 commited on
Commit
5f71c0a
·
verified ·
1 Parent(s): f2841af

fix final metadata counts and upload missing parquet

Browse files
data/chunk-104/episode_104429.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53f8a3e8e2319f200269d51ed8cf44bb484c5188422690792ea577ec6a43e4b
3
+ size 16277758
meta/info.json CHANGED
@@ -1,118 +1,118 @@
1
  {
2
- "codebase_version": "v2.0",
3
- "robot_type": "panda",
4
- "total_episodes": 106250,
5
- "total_frames": 101352289,
6
- "total_tasks": 27,
7
- "total_videos": 0,
8
- "total_chunks": 107,
9
- "chunks_size": 1000,
10
- "fps": 10,
11
- "splits": {
12
- "train": "0:106250"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- "image": {
18
- "dtype": "image",
19
- "shape": [
20
- 256,
21
- 256,
22
- 3
23
- ],
24
- "names": [
25
- "height",
26
- "width",
27
- "channel"
28
- ]
29
- },
30
- "wrist_image": {
31
- "dtype": "image",
32
- "shape": [
33
- 256,
34
- 256,
35
- 3
36
- ],
37
- "names": [
38
- "height",
39
- "width",
40
- "channel"
41
- ]
42
- },
43
- "state": {
44
- "dtype": "float32",
45
- "shape": [
46
- 8
47
- ],
48
- "names": [
49
- "state"
50
- ]
51
- },
52
- "actions": {
53
- "dtype": "float32",
54
- "shape": [
55
- 7
56
- ],
57
- "names": [
58
- "actions"
59
- ]
60
- },
61
- "timestamp": {
62
- "dtype": "float32",
63
- "shape": [
64
- 1
65
- ],
66
- "names": null
67
- },
68
- "frame_index": {
69
- "dtype": "int64",
70
- "shape": [
71
- 1
72
- ],
73
- "names": null
74
- },
75
- "episode_index": {
76
- "dtype": "int64",
77
- "shape": [
78
- 1
79
- ],
80
- "names": null
81
- },
82
- "index": {
83
- "dtype": "int64",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null
88
- },
89
- "task_index": {
90
- "dtype": "int64",
91
- "shape": [
92
- 1
93
- ],
94
- "names": null
95
- },
96
- "success": {
97
- "dtype": "int8",
98
- "shape": [
99
- 1
100
- ],
101
- "names": null
102
- },
103
- "task_name": {
104
- "dtype": "string",
105
- "shape": [
106
- 1
107
- ],
108
- "names": null
109
- },
110
- "task_suite": {
111
- "dtype": "string",
112
- "shape": [
113
- 1
114
- ],
115
- "names": null
116
- }
117
  }
 
118
  }
 
1
  {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "panda",
4
+ "total_episodes": 11250,
5
+ "total_frames": 101352289,
6
+ "total_tasks": 27,
7
+ "total_videos": 0,
8
+ "total_chunks": 107,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:11250"
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
+ "image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
  },
30
+ "wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 8
47
+ ],
48
+ "names": [
49
+ "state"
50
+ ]
51
+ },
52
+ "actions": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "actions"
59
+ ]
60
+ },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "frame_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "episode_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "task_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "success": {
97
+ "dtype": "int8",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "task_name": {
104
+ "dtype": "string",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "task_suite": {
111
+ "dtype": "string",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  }
117
+ }
118
  }