Micksavioz commited on
Commit
121808a
·
verified ·
1 Parent(s): 7080a60

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:c2fba95c6dc17ed4801f154d678a2d7a8c4cb093421ff1ea454b8e511467ad98
3
+ size 39487
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 529}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-57.171295166015625, 82.73771667480469, 103.52345275878906, 30.26561737060547, -100.0980224609375, -1.2063159942626953], "max": [17.69911003112793, 192.65708923339844, 174.95684814453125, 104.61861419677734, -74.82288360595703, 24.99832534790039], "mean": [-0.8878816366195679, 131.84449768066406, 132.0685272216797, 63.18252182006836, -92.60693359375, 13.026257514953613], "std": [21.37432289123535, 37.503177642822266, 20.725067138671875, 23.74240493774414, 6.613785743713379, 6.585422992706299], "count": [529]}, "observation.state": {"min": [-56.77734375, 82.44140625, 105.8203125, 30.849609375, -99.84375, -0.6433823704719543], "max": [17.40234375, 191.337890625, 174.90234375, 104.4140625, -74.970703125, 24.448528289794922], "mean": [-1.904850721359253, 131.1918487548828, 132.8096923828125, 63.986854553222656, -92.3848648071289, 12.973444938659668], "std": [22.20355987548828, 37.55133056640625, 20.238182067871094, 23.942913055419922, 6.8108649253845215, 6.563528060913086], "count": [529]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4627868092691622]], [[0.45723976530005944]], [[0.4615653743315508]]], "std": [[[0.1837573499224571]], [[0.18197482186438538]], [[0.19576973842693166]]], "count": [110]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.331621234402852]], [[0.3190832627748069]], [[0.33360219288472964]]], "std": [[[0.16210351680598886]], [[0.16061512309515652]], [[0.14279701919845142]]], "count": [110]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.8], "std": [5.090295778352287], "count": [529]}, "frame_index": {"min": [0], "max": [528], "mean": [264.0], "std": [152.7088733505686], "count": [529]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [529]}, "index": {"min": [0], "max": [528], "mean": [264.0], "std": [152.7088733505686], "count": [529]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [529]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 529,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53362e26d2b7a1d7ad4e00fb8358994cd027491d916bedb8c2eb25212f1a9403
3
+ size 2561908
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7a293a408f97a082b45303ea6b29196bfca4db25c4786df3e3601a61678f00
3
+ size 6144111