camilasfeijoo commited on
Commit
28362c6
·
verified ·
1 Parent(s): 9f9397e

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:4e672670c25a24a1120c8f0c4455e11679c378d731b0e38550501660d3affd77
3
+ size 62476
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["press and place together"], "length": 838}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.669052124023438, -90.36542510986328, -122.32891082763672, 39.06892395019531, -73.48609924316406, 3.738633155822754], "max": [22.188526153564453, 93.13443756103516, 96.45323181152344, 101.70886993408203, -5.1504058837890625, 37.18681335449219], "mean": [8.937532424926758, 47.98984146118164, -53.0378303527832, 74.19530487060547, -49.637481689453125, 19.386445999145508], "std": [4.29760217666626, 41.95827102661133, 48.09931182861328, 11.026909828186035, 14.322593688964844, 6.903835773468018], "count": [838]}, "observation.state": {"min": [-7.717842102050781, -98.64579010009766, -99.2789535522461, 39.57081604003906, -73.14743041992188, 2.3505709171295166], "max": [20.331951141357422, 87.81210327148438, 96.6651611328125, 99.05579376220703, 0.28401756286621094, 35.191402435302734], "mean": [8.869766235351562, 48.19205856323242, -50.556583404541016, 73.87250518798828, -49.27194595336914, 19.087942123413086], "std": [4.267520904541016, 43.27610397338867, 48.655601501464844, 11.139424324035645, 14.614534378051758, 6.854927062988281], "count": [838]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14367244096563356]], [[0.12738046990301496]], [[0.11426489036474805]]], "std": [[[0.10976885204911829]], [[0.11604679790054911]], [[0.1265069355336483]]], "count": [155]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3902669952210275]], [[0.3813051004989809]], [[0.38767303921568624]]], "std": [[[0.2642464307703986]], [[0.2529704646577779]], [[0.23516065705039488]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.9], "mean": [13.949999999999998], "std": [8.063653018328605], "count": [838]}, "frame_index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}, "index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}}}
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": 838,
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.side": {
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": "press and place together"}
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:650e96f57ef3ef88ab3622edb15bb3e8493f24838a341ed1accff72a57a41c99
3
+ size 1291672
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:557af4731b1b87f4a78a5fe228fc891133472a78acad552d2303d0100eb9a3d1
3
+ size 12770433