cijerezg commited on
Commit
6d068c4
·
verified ·
1 Parent(s): 1dd2f0e

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:6bb890598419db5b76f0bc538469b81e7bf839e2afa03152cbdca2aaaeb6cfb8
3
+ size 121709
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the sock in the container"], "length": 1798}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.052196502685547, -25.655658721923828, -34.948970794677734, 40.866905212402344, -2.35188889503479, 0.2754344940185547], "max": [16.524789810180664, 27.46233367919922, 44.02851867675781, 85.40911865234375, 3.105013132095337, 49.47966766357422], "mean": [3.4705591201782227, 3.955296754837036, -0.2197043001651764, 60.47990417480469, 0.5360948443412781, 21.260677337646484], "std": [7.749248504638672, 9.496953010559082, 17.320947647094727, 9.35677433013916, 0.9581282138824463, 14.980600357055664], "count": [1798]}, "observation.state": {"min": [-22.808441162109375, -23.732423782348633, -32.551849365234375, 41.88481521606445, -2.2010271549224854, 2.163461446762085], "max": [15.827921867370605, 28.334043502807617, 43.823265075683594, 84.90401458740234, 2.861335277557373, 48.918270111083984], "mean": [3.465526580810547, 5.608086109161377, 1.0720784664154053, 60.5908203125, 0.48835495114326477, 21.27461051940918], "std": [7.720552921295166, 9.654722213745117, 17.232568740844727, 9.22689151763916, 0.9407448172569275, 14.584741592407227], "count": [1798]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6355930204888736]], [[0.577043136566597]], [[0.5047176685929374]]], "std": [[[0.20933829015275984]], [[0.17929955174559134]], [[0.15345381820486112]]], "count": [276]}, "observation.images.bottom": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.513196278979587]], [[0.4910520648325755]], [[0.45371131269536796]]], "std": [[[0.27969483993977884]], [[0.260462547683078]], [[0.2446066519551005]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.9], "mean": [29.95], "std": [17.301260390824453], "count": [1798]}, "frame_index": {"min": [0], "max": [1797], "mean": [898.5], "std": [519.0378117247336], "count": [1798]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1798]}, "index": {"min": [0], "max": [1797], "mean": [898.5], "std": [519.0378117247336], "count": [1798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1798]}}}
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": 1798,
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.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 340,
49
+ 340,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 340,
59
+ "video.width": 340,
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.bottom": {
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 sock in the container"}
videos/chunk-000/observation.images.bottom/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8140a5741932a3dbb2590f9f2d6e50315599bcb929813407515acf602a3b9b
3
+ size 35284534
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:2b298e204b00b565682f40d1466e49f88753706579fca5e71bc4d86a3ce0e32b
3
+ size 9629649