s3y commited on
Commit
6d435b9
·
verified ·
1 Parent(s): d45be23

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:6645df11c08a41e35fe9f77beea3ad3273bc0a4515342d9302cccfb45c3aaf53
3
+ size 97357
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the object from the table and place it in the bin"], "length": 1508}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-9.314544677734375, -93.25428771972656, 4.735105991363525, 50.429405212402344, 100.0, 0.27158546447753906], "max": [15.66878890991211, 9.74328899383545, 83.86117553710938, 74.07288360595703, 100.0, 28.564834594726562], "mean": [3.651973247528076, -32.44697952270508, 43.95285415649414, 62.390438079833984, 100.0, 7.303136348724365], "std": [5.187032699584961, 20.6229248046875, 17.680923461914062, 5.528172492980957, 0.0, 6.033932209014893], "count": [1508]}, "observation.state": {"min": [-9.031078338623047, -93.6918716430664, 7.282415866851807, 50.922508239746094, 99.63739776611328, 1.3787510395050049], "max": [15.246800422668457, 9.826122283935547, 98.31261444091797, 73.70848846435547, 99.63739776611328, 27.899433135986328], "mean": [3.52493953704834, -30.557369232177734, 44.80430603027344, 62.55467224121094, 99.63900756835938, 7.473258972167969], "std": [5.102210998535156, 20.88448715209961, 17.719898223876953, 5.441080570220947, 0.001609788741916418, 5.829196929931641], "count": [1508]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5258821910679901]], [[0.5441406389838093]], [[0.5014464216703279]]], "std": [[[0.19485717057383928]], [[0.21145965549772766]], [[0.2160369594919871]]], "count": [241]}, "observation.images.scene": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4098080700987172]], [[0.3577955711157215]], [[0.3064583104507363]]], "std": [[[0.215943175216196]], [[0.23605601135127982]], [[0.26354144033912785]]], "count": [241]}, "timestamp": {"min": [0.0], "max": [50.233333333333334], "mean": [25.116666666666667], "std": [14.51073357514667], "count": [1508]}, "frame_index": {"min": [0], "max": [1507], "mean": [753.5], "std": [435.32200725440015], "count": [1508]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1508]}, "index": {"min": [0], "max": [1507], "mean": [753.5], "std": [435.32200725440015], "count": [1508]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1508]}}}
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": 1508,
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
+ 240,
49
+ 320,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 240,
59
+ "video.width": 320,
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.scene": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 240,
72
+ 320,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 240,
82
+ "video.width": 320,
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 up the object from the table and place it in the bin"}
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:fbd1bb0359b2451b4f8f4c1ebf0607798e0726970a4d61d33fdb0fe03d25a813
3
+ size 4216133
videos/chunk-000/observation.images.scene/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc0dbb0e4b0f6fb25c8f39b45fd690f7eb97e58f4656a1e2ad042b5ce42650c
3
+ size 20084594