RonanMcGovern commited on
Commit
d8a93d7
·
verified ·
1 Parent(s): 4e33407

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:e58ed322a47725d40c7acdaa52ae945d076959dbfaf00861ef7fa90bd627954b
3
+ size 23996
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place peg in bowl."], "length": 297}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.663638114929199, -75.73603820800781, -13.90792465209961, 41.80576705932617, -17.184587478637695, 0.7501287460327148], "max": [33.58416748046875, 21.33041763305664, 69.50911712646484, 80.39231872558594, -1.4811897277832031, 20.411222457885742], "mean": [4.694332122802734, -33.9863395690918, 43.206642150878906, 58.37195587158203, -7.220317363739014, 10.008478164672852], "std": [11.474925994873047, 21.73407554626465, 21.734848022460938, 10.351261138916016, 4.110244274139404, 6.3261308670043945], "count": [297]}, "observation.state": {"min": [-7.230391979217529, -73.39566802978516, -10.91901683807373, 42.61640930175781, -17.782119750976562, 1.1533242464065552], "max": [34.55882263183594, 21.37696647644043, 68.33484649658203, 80.22173309326172, -1.807523250579834, 19.877883911132812], "mean": [5.0088324546813965, -32.9166374206543, 44.88163375854492, 58.690223693847656, -7.406914234161377, 9.923074722290039], "std": [11.720736503601074, 22.03066062927246, 21.756668090820312, 10.294828414916992, 4.20417594909668, 6.1982951164245605], "count": [297]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26414050108932463]], [[0.18278727668845315]], [[0.13707045206971677]]], "std": [[[0.1763953677344835]], [[0.20303114678692852]], [[0.21809791352509636]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [297]}, "index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [297]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 297,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Place peg in bowl."}
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:4bdc6411530656f42ceeb6cfea3041b9f7be6031ad3a433a5a3ce951203a4aec
3
+ size 3911908