booang commited on
Commit
d37d56f
·
verified ·
1 Parent(s): 383a81b

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:5d901994dfc50634c80e5a71410a13963aac5e105d0221d14c95fb52a07532e9
3
+ size 52858
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the caramel cube"], "length": 1795}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.730337142944336, -98.9024887084961, -21.90659523010254, 2.3396880626678467, -4.6340179443359375, 0.748808741569519], "max": [9.123595237731934, 33.47404098510742, 100.0, 98.26689910888672, -4.107424736022949, 51.531654357910156], "mean": [-0.014506630599498749, -51.11865234375, 67.9544906616211, 61.9470329284668, -4.442080974578857, 18.70112419128418], "std": [6.627244472503662, 37.787498474121094, 41.790348052978516, 23.42079734802246, 0.1914033442735672, 18.646379470825195], "count": [1795]}, "observation.state": {"min": [-11.446317672729492, -98.87250518798828, -19.826337814331055, 3.3276450634002686, -4.709897518157959, 1.5614392757415771], "max": [8.961845397949219, 33.651344299316406, 99.90351867675781, 97.52559661865234, -3.8225255012512207, 51.188053131103516], "mean": [-0.15359345078468323, -51.068180084228516, 67.14190673828125, 62.85982894897461, -4.446878910064697, 18.969053268432617], "std": [6.618714332580566, 38.077659606933594, 40.48433303833008, 23.011674880981445, 0.22764402627944946, 18.53471565246582], "count": [1795]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4548321910279263]], [[0.4142571420083185]], [[0.39861882947118243]]], "std": [[[0.2575080995122653]], [[0.2510896024762381]], [[0.2580347457794702]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.8], "mean": [29.9], "std": [17.272392872892727], "count": [1795]}, "frame_index": {"min": [0], "max": [1794], "mean": [897.0], "std": [518.1717861867819], "count": [1795]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1795]}, "index": {"min": [0], "max": [1794], "mean": [897.0], "std": [518.1717861867819], "count": [1795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1795]}}}
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": 1795,
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": "Grab the caramel cube"}
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:5110fd525017267ee69f6fa51418c9476a5df3a08dc6152cd18ee2ad7fd3cf02
3
+ size 17495603