adungus commited on
Commit
0f744a3
·
verified ·
1 Parent(s): 14f629d

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:35aa12ec2c4dbdd083b1820fc1d79676f1606eb3ba452240a57b4e1b789b03f8
3
+ size 64842
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the battery in the box"], "length": 901}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-22.064300537109375, -94.755615234375, -40.76667404174805, -17.967893600463867, -27.828296661376953, -0.013888359069824219], "max": [62.726036071777344, 22.873458862304688, 95.63832092285156, -0.7785458564758301, 47.664825439453125, 33.0120735168457], "mean": [41.65522384643555, 1.1318172216415405, 4.837226390838623, -8.83735466003418, 11.6190824508667, 8.318840026855469], "std": [19.74675178527832, 28.011674880981445, 27.129079818725586, 3.8107264041900635, 19.504413604736328, 11.083921432495117], "count": [901]}, "observation.state": {"min": [-22.279348373413086, -94.65747833251953, -39.060401916503906, -17.851037979125977, -27.570207595825195, 0.6109979748725891], "max": [62.81062698364258, 23.136579513549805, 96.1521224975586, -0.9035409092903137, 47.4481086730957, 32.85811233520508], "mean": [41.62086486816406, 2.3239452838897705, 6.1869611740112305, -8.804786682128906, 11.651383399963379, 8.606494903564453], "std": [19.80325698852539, 28.899547576904297, 27.570363998413086, 3.80800724029541, 19.55240821838379, 10.739962577819824], "count": [901]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20879881702003295]], [[0.20046567631117487]], [[0.21741129310802912]]], "std": [[[0.1503244602120691]], [[0.14893000775444368]], [[0.14695138622275022]]], "count": [164]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4329556498751262]], [[0.4451765884876986]], [[0.44780194052553274]]], "std": [[[0.15417538266525724]], [[0.21580013272028492]], [[0.22868623043263328]]], "count": [164]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.669871202426634], "count": [901]}, "frame_index": {"min": [0], "max": [900], "mean": [450.0], "std": [260.096136072799], "count": [901]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [901]}, "index": {"min": [0], "max": [900], "mean": [450.0], "std": [260.096136072799], "count": [901]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [901]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 901,
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.gripper": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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 battery in the box"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfad3610d8470b52412c953e286f9cd92d1ba9ec58abd1885ec0d82fd0eed77
3
+ size 11193864
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd37bbfee99a2ae223724f689052f102e5419216991fc222d4e72ba327ffd47c
3
+ size 39017954