JiabinQ commited on
Commit
1e2f7a6
·
verified ·
1 Parent(s): 99f98ce

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3672a2bc5a5e1a92d9aad7fb8fc4a8b198587312a5346bdc00bc492e401c1845
3
+ size 197646
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the fork in the box and bowl in the tray"], "length": 2759}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-58.58784103393555, -99.35138702392578, -61.11809158325195, 51.2987060546875, -52.78473663330078, -1.1517295837402344], "max": [35.63054275512695, 41.7330322265625, 97.8245849609375, 100.53091430664062, -19.57288932800293, 32.44838333129883], "mean": [2.9887890815734863, 1.2687137126922607, -7.942082405090332, 73.28092193603516, -31.685277938842773, 9.91745662689209], "std": [21.10679054260254, 22.17815589904785, 27.660175323486328, 12.453010559082031, 5.6926398277282715, 9.778814315795898], "count": [2759]}, "observation.state": {"min": [-58.15965270996094, -98.72232055664062, -57.129798889160156, 52.37687301635742, -53.761756896972656, 0.5372733473777771], "max": [34.958709716796875, 42.50425720214844, 99.08592224121094, 98.97216033935547, -20.11494255065918, 31.296171188354492], "mean": [2.9237067699432373, 2.9113993644714355, -5.655073642730713, 73.44116973876953, -31.8482666015625, 10.165413856506348], "std": [21.01323699951172, 22.817636489868164, 27.806842803955078, 12.254877090454102, 5.759119033813477, 9.370525360107422], "count": [2759]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.559834507761438]], [[0.5363310398391813]], [[0.47832823249913997]]], "std": [[[0.2591051278192587]], [[0.26264000513768787]], [[0.26811999336923725]]], "count": [380]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5893145333462332]], [[0.55329822250172]], [[0.4835441025971792]]], "std": [[[0.29325185577052687]], [[0.2787297544147901]], [[0.2721950674590517]]], "count": [380]}, "timestamp": {"min": [0.0], "max": [91.93333333333334], "mean": [45.96666666666666], "std": [26.548488134397076], "count": [2759]}, "frame_index": {"min": [0], "max": [2758], "mean": [1379.0], "std": [796.4546440319123], "count": [2759]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2759]}, "index": {"min": [0], "max": [2758], "mean": [1379.0], "std": [796.4546440319123], "count": [2759]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2759]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 2759,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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.left": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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.front": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put the fork in the box and bowl in the tray"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99552860ab9c5adb861a5968d4d9b7b0d8af97ce27a3b310ff5415d4a78338ca
3
+ size 58321076
videos/chunk-000/observation.images.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a0f93418ce7fd5b371419a420041a3caf6ba64b7e8892f416ce8eac4c68b9a
3
+ size 56594198