cmariot commited on
Commit
bc32578
·
verified ·
1 Parent(s): 98f16a2

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:35e0a64ba8f2ef597b0f9eac4165558604503170cd2d54fa58b879c8a41ecaaf
3
+ size 61360
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["When you see an hand, grab one Dragibus in the bowl and put it on the hand"], "length": 1788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.987473487854004, -100.0, 3.4199726581573486, -97.66477966308594, -15.506715774536133, 16.61258888244629], "max": [15.866388320922852, 12.61343002319336, 100.0, 6.591337203979492, 28.595848083496094, 29.072031021118164], "mean": [-1.796477198600769, -89.9349365234375, 88.86990356445312, -46.58974075317383, 7.641005039215088, 27.355669021606445], "std": [5.069461822509766, 28.180004119873047, 24.869417190551758, 15.445323944091797, 6.648044109344482, 1.834068775177002], "count": [1788]}, "observation.state": {"min": [-12.645590782165527, -99.3171157836914, 8.243727684020996, -95.88159942626953, -14.13919448852539, 16.79029083251953], "max": [15.39101505279541, 13.358941078186035, 99.28315734863281, 6.3063063621521, 26.007326126098633, 28.590694427490234], "mean": [-1.7397319078445435, -89.32901000976562, 89.04278564453125, -46.66945266723633, 7.583102226257324, 27.298160552978516], "std": [4.9758195877075195, 28.32944679260254, 23.423988342285156, 15.372406005859375, 6.577531337738037, 1.7326916456222534], "count": [1788]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6072269552184215]], [[0.5536736140928391]], [[0.5056535937773325]]], "std": [[[0.24872731064751855]], [[0.23213970926084754]], [[0.21060610834650162]]], "count": [274]}, "observation.images.iphone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4026588267099216]], [[0.34666224873972296]], [[0.3213319438480988]]], "std": [[[0.2665008820431036]], [[0.23975849375669908]], [[0.23798485935470745]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.56666666666667], "mean": [29.78333333333333], "std": [17.205035330993677], "count": [1788]}, "frame_index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}, "index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}}}
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": 1788,
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.iphone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "When you see an hand, grab one Dragibus in the bowl and put it on the hand"}
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:84f001053c87b8071e6cc49eec7104b3abc4a96acc821ed8db54a9dfb00e54e2
3
+ size 50484239
videos/chunk-000/observation.images.iphone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168f00ae187df559d946c0a6ce3630424d2c7ac84e673fd342ddd6bf9a4d39ee
3
+ size 57390206