zaringleb commited on
Commit
a91d6d4
·
verified ·
1 Parent(s): 5d1d664

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:e1e1e862bbe0b9741e681f626a77cdfd9ffde28d76ba1339f1b16891b96870c7
3
+ size 74903
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick red cube"], "length": 1065}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-88.32767486572266, -87.36727905273438, 12.32516860961914, 60.26896286010742, 2.6906070709228516, -3.9774627685546875], "max": [33.508724212646484, 14.11178970336914, 94.68492126464844, 83.85370635986328, 18.738391876220703, 31.687509536743164], "mean": [-9.59716796875, -48.468162536621094, 56.836910247802734, 67.5868148803711, 9.487921714782715, 12.77071762084961], "std": [35.37510299682617, 33.45708465576172, 26.196340560913086, 4.013358116149902, 2.5482752323150635, 8.349407196044922], "count": [1065]}, "observation.state": {"min": [-87.89893341064453, -86.9243392944336, 14.912673950195312, 56.51808166503906, 2.743304967880249, 1.1272141933441162], "max": [33.24468231201172, 14.7203950881958, 97.85042572021484, 83.01093292236328, 18.027433395385742, 31.23993492126465], "mean": [-9.82593822479248, -47.31140899658203, 58.410160064697266, 67.7206039428711, 9.343500137329102, 12.946778297424316], "std": [35.45331573486328, 33.703338623046875, 26.099014282226562, 3.936682939529419, 2.5110597610473633, 8.177481651306152], "count": [1065]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4473026225050952]], [[0.43900497553412043]], [[0.416429533215616]]], "std": [[[0.1322799058619143]], [[0.1362411432057202]], [[0.15542088283587335]]], "count": [186]}, "observation.images.top": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49184885840536935]], [[0.46858654200927685]], [[0.42424023890470164]]], "std": [[[0.18165857006293865]], [[0.1437869489163574]], [[0.15669490671924963]]], "count": [186]}, "timestamp": {"min": [0.0], "max": [35.46666666666667], "mean": [17.733333333333334], "std": [10.247962760507122], "count": [1065]}, "frame_index": {"min": [0], "max": [1064], "mean": [532.0], "std": [307.4388828152137], "count": [1065]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1065]}, "index": {"min": [0], "max": [1064], "mean": [532.0], "std": [307.4388828152137], "count": [1065]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1065]}}}
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": 1065,
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.wrist": {
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.top": {
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": "Pick red cube"}
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:4e3bb1b216abf70170509ddcdfb452426a2cd5f3a2c0d71d9c5e115a9f517dc4
3
+ size 11065512
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278f6527c751533bdcf9c0aa4740ee9011dca2426096b0ba79d668d4f824a3de
3
+ size 9708248