ptizzza commited on
Commit
e292b93
·
verified ·
1 Parent(s): 46d2ae1

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:200afb8c71628ad0a511e2a8d44f4c5b192c17c36caa3da56ab1aa1eed982538
3
+ size 7772
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the green cube"], "length": 77}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.733068466186523, -98.86710357666016, -20.689655303955078, 50.765193939208984, -9.00676441192627, 0.10245901346206665], "max": [30.97609519958496, 36.38344192504883, 99.63702392578125, 93.70354461669922, 11.997152328491211, 51.844261169433594], "mean": [-8.116884231567383, -48.53749084472656, 48.62234115600586, 76.74832916259766, 1.2922289371490479, 7.562002182006836], "std": [12.529280662536621, 55.36946487426758, 47.09047317504883, 9.841556549072266, 4.805173873901367, 15.245258331298828], "count": [77]}, "observation.state": {"min": [-16.146108627319336, -98.85550689697266, -18.767507553100586, 51.395729064941406, -8.936685562133789, 0.0], "max": [30.22763442993164, 36.8621826171875, 98.69281005859375, 93.02134704589844, 11.90548324584961, 51.587982177734375], "mean": [-7.905648231506348, -47.955322265625, 49.509521484375, 76.00926971435547, 1.2931936979293823, 9.902457237243652], "std": [12.378665924072266, 55.91592025756836, 46.891048431396484, 10.347769737243652, 4.823611259460449, 15.11111068725586], "count": [77]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5076363883937413]], [[0.5044776723820842]], [[0.5058749080440257]]], "std": [[[0.17906935834315668]], [[0.16581464324865858]], [[0.16395690952827996]]], "count": [77]}, "timestamp": {"min": [0.0], "max": [2.533333333333333], "mean": [1.2666666666666668], "std": [0.7408703590297623], "count": [77]}, "frame_index": {"min": [0], "max": [76], "mean": [38.0], "std": [22.22611077089287], "count": [77]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [77]}, "index": {"min": [0], "max": [76], "mean": [38.0], "std": [22.22611077089287], "count": [77]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [77]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 77,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the green cube"}
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:071eec5cb236475a291089435e6e0edf4dac05b19f760a56957cd61984977b11
3
+ size 1507958