markstev commited on
Commit
4d852e9
·
verified ·
1 Parent(s): d00f882

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:a0128591a21f999a7e743620fc635c4cabdaeddb63a2a89504146723bb5d592d
3
+ size 7265
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Scooping"], "length": 163}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.828885555267334, -99.06779479980469, 100.0, -73.29351806640625, -60.352657318115234, 3.2332563400268555], "max": [-6.279434680938721, -99.06779479980469, 100.0, -72.61092376708984, -60.1389274597168, 29.561201095581055], "mean": [-6.381036281585693, -99.06761932373047, 100.0, -73.1511001586914, -60.15108108520508, 21.618328094482422], "std": [0.17036467790603638, 0.00017547607421875, 0.0, 0.08716573566198349, 0.04155777394771576, 8.902854919433594], "count": [163]}, "observation.state": {"min": [-19.084562301635742, -98.98648834228516, 99.53510284423828, -73.08563995361328, -60.09463882446289, 4.166666507720947], "max": [-6.516679763793945, -93.07432556152344, 100.0, 13.185319900512695, -57.36067199707031, 29.16666603088379], "mean": [-6.784635066986084, -98.85994720458984, 99.99600982666016, -70.03568267822266, -59.95305252075195, 20.809873580932617], "std": [1.4173039197921753, 0.6920828223228455, 0.03901471570134163, 13.90791130065918, 0.2760246992111206, 8.788505554199219], "count": [163]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5949165849673202]], [[0.5870289215686274]], [[0.5220900285947712]]], "std": [[[0.17969709803888978]], [[0.19461223205835226]], [[0.18554603942970488]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23474289011437907]], [[0.24694366625816994]], [[0.21842040236928106]]], "std": [[[0.29557439322708545]], [[0.29677922198387763]], [[0.30466631647312736]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}, "index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
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": 163,
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.front": {
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.top": {
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": "Scooping"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7210dce47bd3420bc9ef997fba2e3675b6dd91a0a7570770d277b4ddc2eef0
3
+ size 96684
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:ae5045fce4b93c424147cae5240cc3135beb1f4e98fb2bb511c6da52f7c2e3f1
3
+ size 794212