Micksavioz commited on
Commit
8990b33
·
verified ·
1 Parent(s): 5e1a01f

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:6549c3b8a31d58c09571d941b49387bf6a8d71057e32627fe966453f884449b1
3
+ size 39513
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 531}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-56.59735870361328, 70.41566467285156, 91.74285125732422, 37.36349868774414, -93.83049011230469, -1.8370122909545898], "max": [21.505992889404297, 193.48248291015625, 174.40838623046875, 107.25372314453125, -71.97311401367188, 25.403799057006836], "mean": [5.857089996337891, 119.20903778076172, 120.28611755371094, 64.08607482910156, -88.73198699951172, 14.380636215209961], "std": [18.783828735351562, 42.29733657836914, 25.62668228149414, 20.032785415649414, 4.887932300567627, 7.926267147064209], "count": [531]}, "observation.state": {"min": [-56.6015625, 70.048828125, 93.955078125, 37.177734375, -93.955078125, -1.3786765336990356], "max": [20.91796875, 191.77734375, 174.638671875, 106.34765625, -72.421875, 24.90808868408203], "mean": [5.263671875, 118.61857604980469, 121.6095199584961, 64.71746826171875, -88.61474609375, 14.420966148376465], "std": [19.40576934814453, 42.49885559082031, 25.41890525817871, 20.10422134399414, 4.935886859893799, 7.868877410888672], "count": [531]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4448130700386215]], [[0.4498728665329768]], [[0.45747237633689836]]], "std": [[[0.1641826080225092]], [[0.1674819657204803]], [[0.18155523844747273]]], "count": [110]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33450078171420083]], [[0.3198138703208556]], [[0.33369483437314323]]], "std": [[[0.1636806876789576]], [[0.16189967254885493]], [[0.14275981354222214]]], "count": [110]}, "timestamp": {"min": [0.0], "max": [17.666666666666668], "mean": [8.833333333333336], "std": [5.109540821581467], "count": [531]}, "frame_index": {"min": [0], "max": [530], "mean": [265.0], "std": [153.286224647444], "count": [531]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [531]}, "index": {"min": [0], "max": [530], "mean": [265.0], "std": [153.286224647444], "count": [531]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [531]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 531,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c084b52a6ce748a67f91eabe4cd442e1d65410b817547eff509c2777f594196f
3
+ size 2126652
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca710a6119b50ba43772bf8bec6c64210f020fb3641a830ad3a8c01d247880db
3
+ size 6048378