wertania commited on
Commit
f781e0b
·
verified ·
1 Parent(s): 0f6d61f

Delete folder ./meta with huggingface_hub

Browse files
meta/episodes.jsonl DELETED
@@ -1,43 +0,0 @@
1
- {"episode_index":0,"tasks":["Grasp the cube and place it into the box."],"length":129}
2
- {"episode_index":1,"tasks":["Grasp the cube and place it into the box."],"length":111}
3
- {"episode_index":2,"tasks":["Grasp the cube and place it into the box."],"length":155}
4
- {"episode_index":3,"tasks":["Grasp the cube and place it into the box."],"length":158}
5
- {"episode_index":4,"tasks":["Grasp the cube and place it into the box."],"length":157}
6
- {"episode_index":5,"tasks":["Grasp the cube and place it into the box."],"length":115}
7
- {"episode_index":6,"tasks":["Grasp the cube and place it into the box."],"length":179}
8
- {"episode_index":7,"tasks":["Grasp the cube and place it into the box."],"length":169}
9
- {"episode_index":8,"tasks":["Grasp the cube and place it into the box."],"length":142}
10
- {"episode_index":9,"tasks":["Grasp the cube and place it into the box."],"length":131}
11
- {"episode_index":10,"tasks":["Grasp the cube and place it into the box."],"length":147}
12
- {"episode_index":11,"tasks":["Grasp the cube and place it into the box."],"length":116}
13
- {"episode_index":12,"tasks":["Grasp the cube and place it into the box."],"length":138}
14
- {"episode_index":13,"tasks":["Grasp the cube and place it into the box."],"length":145}
15
- {"episode_index":14,"tasks":["Grasp the cube and place it into the box."],"length":112}
16
- {"episode_index":15,"tasks":["Grasp the cube and place it into the box."],"length":125}
17
- {"episode_index":16,"tasks":["Grasp the cube and place it into the box."],"length":164}
18
- {"episode_index":17,"tasks":["Grasp the cube and place it into the box."],"length":164}
19
- {"episode_index":18,"tasks":["Grasp the cube and place it into the box."],"length":143}
20
- {"episode_index":19,"tasks":["Grasp the cube and place it into the box."],"length":147}
21
- {"episode_index":20,"tasks":["Grasp the cube and place it into the box."],"length":157}
22
- {"episode_index":21,"tasks":["Grasp the cube and place it into the box."],"length":125}
23
- {"episode_index":22,"tasks":["Grasp the cube and place it into the box."],"length":148}
24
- {"episode_index":23,"tasks":["Grasp the cube and place it into the box."],"length":161}
25
- {"episode_index":24,"tasks":["Grasp the cube and place it into the box."],"length":136}
26
- {"episode_index":25,"tasks":["Grasp the cube and place it into the box."],"length":155}
27
- {"episode_index":26,"tasks":["Grasp the cube and place it into the box."],"length":125}
28
- {"episode_index":27,"tasks":["Grasp the cube and place it into the box."],"length":144}
29
- {"episode_index":28,"tasks":["Grasp the cube and place it into the box."],"length":149}
30
- {"episode_index":29,"tasks":["Grasp the cube and place it into the box."],"length":182}
31
- {"episode_index":30,"tasks":["Grasp the cube and place it into the box."],"length":111}
32
- {"episode_index":31,"tasks":["Grasp the cube and place it into the box."],"length":124}
33
- {"episode_index":32,"tasks":["Grasp the cube and place it into the box."],"length":124}
34
- {"episode_index":33,"tasks":["Grasp the cube and place it into the box."],"length":128}
35
- {"episode_index":34,"tasks":["Grasp the cube and place it into the box."],"length":121}
36
- {"episode_index":35,"tasks":["Grasp the cube and place it into the box."],"length":108}
37
- {"episode_index":36,"tasks":["Grasp the cube and place it into the box."],"length":131}
38
- {"episode_index":37,"tasks":["Grasp the cube and place it into the box."],"length":135}
39
- {"episode_index":38,"tasks":["Grasp the cube and place it into the box."],"length":108}
40
- {"episode_index":39,"tasks":["Grasp the cube and place it into the box."],"length":135}
41
- {"episode_index":40,"tasks":["Grasp the cube and place it into the box."],"length":139}
42
- {"episode_index":41,"tasks":["Grasp the cube and place it into the box."],"length":131}
43
- {"episode_index":42,"tasks":["Grasp the cube and place it into the box."],"length":135}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/episodes_stats.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
meta/info.json DELETED
@@ -1,141 +0,0 @@
1
- {
2
- "robot_type": "so-100",
3
- "codebase_version": "v2.1",
4
- "total_episodes": 43,
5
- "total_frames": 5959,
6
- "total_tasks": 1,
7
- "total_videos": 129,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:43"
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
- "motor_1",
24
- "motor_2",
25
- "motor_3",
26
- "motor_4",
27
- "motor_5",
28
- "motor_6"
29
- ]
30
- },
31
- "observation.state": {
32
- "dtype": "float32",
33
- "shape": [
34
- 6
35
- ],
36
- "names": [
37
- "motor_1",
38
- "motor_2",
39
- "motor_3",
40
- "motor_4",
41
- "motor_5",
42
- "motor_6"
43
- ]
44
- },
45
- "timestamp": {
46
- "dtype": "float32",
47
- "shape": [
48
- 1
49
- ],
50
- "names": null
51
- },
52
- "episode_index": {
53
- "dtype": "int64",
54
- "shape": [
55
- 1
56
- ],
57
- "names": null
58
- },
59
- "frame_index": {
60
- "dtype": "int64",
61
- "shape": [
62
- 1
63
- ],
64
- "names": null
65
- },
66
- "task_index": {
67
- "dtype": "int64",
68
- "shape": [
69
- 1
70
- ],
71
- "names": null
72
- },
73
- "index": {
74
- "dtype": "int64",
75
- "shape": [
76
- 1
77
- ],
78
- "names": null
79
- },
80
- "observation.images.main": {
81
- "dtype": "video",
82
- "shape": [
83
- 240,
84
- 320,
85
- 3
86
- ],
87
- "names": [
88
- "height",
89
- "width",
90
- "channel"
91
- ],
92
- "info": {
93
- "video.fps": 30,
94
- "video.codec": "avc1",
95
- "video.pix_fmt": "yuv420p",
96
- "video.is_depth_map": false,
97
- "has_audio": false
98
- }
99
- },
100
- "observation.images.secondary_0": {
101
- "dtype": "video",
102
- "shape": [
103
- 240,
104
- 320,
105
- 3
106
- ],
107
- "names": [
108
- "height",
109
- "width",
110
- "channel"
111
- ],
112
- "info": {
113
- "video.fps": 30,
114
- "video.codec": "avc1",
115
- "video.pix_fmt": "yuv420p",
116
- "video.is_depth_map": false,
117
- "has_audio": false
118
- }
119
- },
120
- "observation.images.secondary_1": {
121
- "dtype": "video",
122
- "shape": [
123
- 240,
124
- 320,
125
- 3
126
- ],
127
- "names": [
128
- "height",
129
- "width",
130
- "channel"
131
- ],
132
- "info": {
133
- "video.fps": 30,
134
- "video.codec": "avc1",
135
- "video.pix_fmt": "yuv420p",
136
- "video.is_depth_map": false,
137
- "has_audio": false
138
- }
139
- }
140
- }
141
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index":0,"task":"Grasp the cube and place it into the box."}