Tear4Pixelation commited on
Commit
9bb0187
·
verified ·
1 Parent(s): ba6bed7

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:bce739cba856d4c3d597f967085dc4660d0fff260ed12d2e5e2fb97e152dcba8
3
+ size 30877
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put lego brick onto the green one"], "length": 626}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.042741298675537, -18.89400863647461, -24.98870277404785, 62.629756927490234, -1.1470282077789307, 14.161392211914062], "max": [26.750185012817383, 21.15626335144043, 32.21870803833008, 98.9619369506836, 19.34306526184082, 30.537975311279297], "mean": [6.808957099914551, 6.108310222625732, 3.7665936946868896, 84.36912536621094, 8.056262969970703, 22.890674591064453], "std": [10.703895568847656, 12.314471244812012, 17.23895835876465, 11.506571769714355, 7.54683256149292, 6.736321449279785], "count": [626]}, "observation.state": {"min": [-6.0818281173706055, -16.75812530517578, -22.452659606933594, 63.180641174316406, -1.0400415658950806, 16.721097946166992], "max": [26.870622634887695, 21.7391300201416, 32.551849365234375, 98.44425201416016, 19.136764526367188, 30.306989669799805], "mean": [6.903800010681152, 7.11992073059082, 4.7279438972473145, 84.37185668945312, 8.00243091583252, 23.625600814819336], "std": [10.723099708557129, 12.103017807006836, 17.144927978515625, 11.333467483520508, 7.5342254638671875, 5.716910362243652], "count": [626]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5440587287581699]], [[0.4900214428104575]], [[0.4912522336601307]]], "std": [[[0.3147869503555981]], [[0.27703082607366375]], [[0.22743308918969501]]], "count": [125]}, "timestamp": {"min": [0.0], "max": [20.833333333333332], "mean": [10.416666666666664], "std": [6.023680122833733], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}, "index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}}}
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": 626,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "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": "Put lego brick onto the green one"}
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:5eb517afa6aa7689588d4d7826d6b5cf0a5c9adce1bd06b6c2b866d0df7fb3c3
3
+ size 4904071