uelundgren commited on
Commit
78f1c63
·
verified ·
1 Parent(s): 7c05b88

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:c696e17f7ddcc300797a133dc561faaa7854b1f82cbf19bf8cd90fcd50a5ad0a
3
+ size 245743
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the plush toy and put it on the white plate"], "length": 3404}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-76.85481262207031, -53.00013732910156, -85.82075500488281, 31.33353042602539, -59.13274002075195, 0.644291877746582], "max": [85.53608703613281, 52.307762145996094, 59.04372787475586, 102.73722839355469, 4.293059349060059, 49.99390411376953], "mean": [10.132650375366211, 5.930601119995117, -21.905155181884766, 86.32354736328125, -12.961326599121094, 15.101635932922363], "std": [37.41139221191406, 25.87808609008789, 31.60283851623535, 14.265948295593262, 12.0884370803833, 15.399187088012695], "count": [3404]}, "observation.state": {"min": [-75.98870086669922, -99.0721206665039, -82.34233856201172, 32.64516067504883, -58.75324630737305, 1.4445173740386963], "max": [84.55744171142578, 53.3530158996582, 98.9189224243164, 99.74193572998047, 3.7402596473693848, 48.91661071777344], "mean": [9.832878112792969, 7.760108947753906, -19.90061378479004, 86.24458312988281, -12.97643756866455, 15.339871406555176], "std": [37.322509765625, 26.4658145904541, 31.604108810424805, 14.099590301513672, 12.006109237670898, 15.012475967407227], "count": [3404]}, "observation.images.arm": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45575081653447896]], [[0.4403957383234193]], [[0.38432428168833077]]], "std": [[[0.24962791098701384]], [[0.26042010972525725]], [[0.27161156865344044]]], "count": [445]}, "observation.images.table": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5471494707901888]], [[0.4891621474994492]], [[0.3727488112286113]]], "std": [[[0.16837152768511152]], [[0.17915201838558895]], [[0.22314840157800664]]], "count": [445]}, "timestamp": {"min": [0.0], "max": [113.43333333333334], "mean": [56.71666666666666], "std": [32.755003858613385], "count": [3404]}, "frame_index": {"min": [0], "max": [3403], "mean": [1701.5], "std": [982.6501157584015], "count": [3404]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3404]}, "index": {"min": [0], "max": [3403], "mean": [1701.5], "std": [982.6501157584015], "count": [3404]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3404]}}}
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": 3404,
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.arm": {
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.table": {
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 the plush toy and put it on the white plate"}
videos/chunk-000/observation.images.arm/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:492d8400537d4ee729bbc52d5c1c6afd8ffed25b29e894b5fa53ea1ed74f6899
3
+ size 26940548
videos/chunk-000/observation.images.table/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9da538824da11ace220e68fef4f25c763d5c2798fc2a562855f63806bf789ce
3
+ size 10610696