cijerezg commited on
Commit
d98e02a
·
verified ·
1 Parent(s): a2c6a78

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:2d11ea6655468219fd3d328c4810d5b5f06c07954bbdbcdba14cd4dc66591d57
3
+ size 123528
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the sock in the container"], "length": 1797}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-26.362735748291016, -46.65399932861328, -40.04483413696289, 43.46698760986328, -1.1805962324142456, -0.7928409576416016], "max": [16.110105514526367, 22.722225189208984, 52.76409149169922, 92.02587127685547, 5.925530433654785, 47.24610137939453], "mean": [-0.16364756226539612, -2.0216643810272217, 2.517620086669922, 65.82176971435547, 2.3731205463409424, 18.35687828063965], "std": [12.547160148620605, 15.925848007202148, 23.660728454589844, 10.230960845947266, 1.1597594022750854, 15.178216934204102], "count": [1797]}, "observation.state": {"min": [-26.217533111572266, -44.78057098388672, -37.42110061645508, 44.1535758972168, -1.0271459817886353, 2.043269157409668], "max": [15.016233444213867, 22.198551177978516, 52.66005325317383, 90.66317749023438, 4.915627479553223, 46.27404022216797], "mean": [-0.2267511934041977, -0.49073126912117004, 3.769737958908081, 65.92269897460938, 2.319993734359741, 18.537158966064453], "std": [12.520431518554688, 16.21486473083496, 23.585508346557617, 10.12978744506836, 1.1375727653503418, 14.813047409057617], "count": [1797]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6154547729527597]], [[0.5552067614167677]], [[0.48804533815933476]]], "std": [[[0.21606112091093888]], [[0.1907220045457506]], [[0.1654321113780858]]], "count": [276]}, "observation.images.bottom": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500345502391778]], [[0.47977112786539733]], [[0.4380160179560955]]], "std": [[[0.2761545870105878]], [[0.25699976072911723]], [[0.23863131744247082]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}, "index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}}
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": 1797,
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:d2f98bae2e19ea225c6c2d47537cab6cbfdaba9b3d2c91b407add1a62ff376d3
3
+ size 34212023
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:f9e56b8288486e3bc65376636a48f3f5de7e7a502307ac377ad7d431d6081026
3
+ size 10379429