camilasfeijoo commited on
Commit
23e43ec
·
verified ·
1 Parent(s): 1fba111

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:01bdae5b6b04e640620416e9c9afc7f181fadd1a8e41996ec0f43875321415b5
3
+ size 32678
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab Red Block and Place in White Box"], "length": 465}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-51.26390075683594, -101.19153594970703, -29.737102508544922, 36.80952835083008, -62.577919006347656, 3.040691375732422], "max": [12.708709716796875, 34.64775466918945, 102.76615905761719, 89.19931030273438, -49.282379150390625, 49.20838928222656], "mean": [0.010005166754126549, -67.80345916748047, 70.4358901977539, 67.26688385009766, -52.92938232421875, 15.275053977966309], "std": [16.516807556152344, 47.50739288330078, 45.3188591003418, 11.606230735778809, 2.572092294692993, 16.227529525756836], "count": [465]}, "observation.state": {"min": [-50.77677917480469, -98.98477172851562, -26.367713928222656, 38.53904342651367, -62.43988800048828, 3.3544304370880127], "max": [12.10138988494873, 35.109981536865234, 99.55156707763672, 88.58102416992188, -49.63300323486328, 48.60759353637695], "mean": [0.007558577693998814, -67.4002914428711, 70.24453735351562, 67.3968734741211, -52.97533416748047, 16.289613723754883], "std": [16.434955596923828, 48.39968490600586, 43.94266128540039, 11.2183837890625, 2.5637781620025635, 15.732919692993164], "count": [465]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5142569852941177]], [[0.5155455616830066]], [[0.4855470281862745]]], "std": [[[0.17981742252597435]], [[0.17825744130857948]], [[0.17630750252312385]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46099123161764705]], [[0.4530339338235294]], [[0.4465513153594771]]], "std": [[[0.28334152328653134]], [[0.28510037662520554]], [[0.3054824014206226]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.466666666666667], "mean": [7.733333333333333], "std": [4.474454239428619], "count": [465]}, "frame_index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [465]}, "index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [465]}}}
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": 465,
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
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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.wrist": {
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 Red Block and Place in White Box"}
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:55ae521083807a0d0833e7b7e818e9c032bab0e9698f9020270f8fc792264730
3
+ size 3933713
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2970e84823c38aed1c350e00d4313e2b4a42a40fe0b452fd7274215e13320db2
3
+ size 1830623