Sakits commited on
Commit
981d342
·
verified ·
1 Parent(s): 8357b5a

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:788eed5e13075b9af843a7ce44fbc7d618d7625c2326b3cea73ab8fb61d07dd9
3
+ size 41497
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the bottle"], "length": 577}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.942914962768555, -104.52417755126953, 31.439579010009766, -45.29176330566406, -55.10642623901367, -1.631443977355957], "max": [22.634851455688477, 37.511024475097656, 102.78895568847656, 76.17312622070312, -46.886077880859375, 27.518630981445312], "mean": [10.459619522094727, -53.45415496826172, 72.86261749267578, 32.645687103271484, -51.69316482543945, 11.350122451782227], "std": [10.768096923828125, 54.558624267578125, 28.875778198242188, 44.863311767578125, 2.440695285797119, 9.792454719543457], "count": [577]}, "observation.state": {"min": [-4.983139514923096, -98.82501220703125, 35.41666793823242, -44.67159652709961, -54.98426055908203, 0.0], "max": [22.06818962097168, 37.64162826538086, 99.54710388183594, 75.46759796142578, -47.21930694580078, 27.047487258911133], "mean": [10.24271011352539, -51.948570251464844, 73.34637451171875, 33.17768859863281, -51.70292663574219, 12.967649459838867], "std": [10.802146911621094, 54.42945861816406, 27.91801643371582, 44.794944763183594, 2.4195058345794678, 10.077862739562988], "count": [577]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.504862635700054]], [[0.43080569754017467]], [[0.3436719224251904]]], "std": [[[0.24306309109265736]], [[0.1854025277730654]], [[0.22613226319894894]]], "count": [117]}, "observation.images.side": {"min": [[[0.00392156862745098]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.60128474142506]], [[0.5283492193173566]], [[0.46162915479582145]]], "std": [[[0.13640155051799632]], [[0.20499547288807532]], [[0.3084233609013426]]], "count": [117]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.600000000000001], "std": [5.552176750308537], "count": [577]}, "frame_index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}, "index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}}}
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": 577,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.side": {
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": "Grab the bottle"}
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:888fb1c9071e9a57fbe00f2532a1348ff5d5d5bba8978d6c571e71d6e79a7e4a
3
+ size 16716737
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6727700d3140b1d0bdec356c23ec8c0a05f191dd76b50f49bcacb04c341bf0b2
3
+ size 2809469