sergiov2000 commited on
Commit
bea7e88
·
verified ·
1 Parent(s): 5b08e04

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:429b36126b9598beda40cb6f563d107ded12631aea45935924611e503e305d1c
3
+ size 27122
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack the ball on top of the lego structure."], "length": 406}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.274571418762207, 98.50884246826172, 106.07188415527344, 36.1996955871582, 0.0, 0.04468727111816406], "max": [19.696901321411133, 170.0, 140.0, 80.0, 22.164295196533203, 50.0], "mean": [4.5652031898498535, 123.65179443359375, 125.10820770263672, 64.92676544189453, 0.8642318248748779, 17.137269973754883], "std": [6.900156021118164, 19.205032348632812, 12.487333297729492, 8.794476509094238, 3.653900623321533, 15.179308891296387], "count": [406]}, "observation.state": {"min": [-6.064453125, 99.404296875, 109.3359375, 38.14453125, -0.17578125, 0.6706408262252808], "max": [19.16015625, 170.15625, 140.625, 79.453125, 21.357421875, 49.77645492553711], "mean": [4.5858988761901855, 122.91307830810547, 126.23676300048828, 64.94251251220703, 1.1053436994552612, 17.879545211791992], "std": [7.043456077575684, 19.232622146606445, 11.960840225219727, 8.6768159866333, 3.564621686935425, 13.58897590637207], "count": [406]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5292486928104575]], [[0.5266772753267973]], [[0.4870557434640523]]], "std": [[[0.2627335647647155]], [[0.22292472364052396]], [[0.26015682946338187]]], "count": [100]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671567422385621]], [[0.47524569852941173]], [[0.434716760620915]]], "std": [[[0.1687673798547729]], [[0.15590995361625246]], [[0.15292102774481559]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.25], "mean": [10.125], "std": [5.8600874566852665], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [406]}, "index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [406]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 406,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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.side": {
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": 20,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.above": {
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": 20,
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": "Stack the ball on top of the lego structure."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fea214c7765903e3d297a68cf89f722b7e441b454e473a21e545a58d6767f9
3
+ size 5046638
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63506b769e0181807812e0df8ac5ab6e1afd88d11ccdca13fbd024aa209727cf
3
+ size 6289563