bluephysi01 commited on
Commit
3ab609d
·
verified ·
1 Parent(s): 89c9e6b

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:8da93995c8510848f9b939fc5e8e0599d1f0ba7eec67a200c5b339749fbee168
3
+ size 11590
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grap and place"], "length": 152}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.8481388092041, -99.26380157470703, -48.535377502441406, 8.627284049987793, -8.59538745880127, 0.9456264972686768], "max": [15.370438575744629, 43.31288528442383, 99.2789535522461, 97.62005615234375, 10.220126152038574, 62.490150451660156], "mean": [0.8977231383323669, -12.555158615112305, 9.051608085632324, 79.32262420654297, -0.04758347198367119, 18.574012756347656], "std": [11.944615364074707, 58.15131378173828, 58.12440872192383, 21.377685546875, 5.098522186279297, 21.71099281311035], "count": [152]}, "observation.state": {"min": [-23.52941131591797, -99.1589584350586, -46.66666793823242, 9.696710586547852, -8.363636016845703, 1.348617672920227], "max": [14.926470756530762, 44.070648193359375, 98.82882690429688, 98.03502655029297, 10.02597427368164, 62.103843688964844], "mean": [0.832525908946991, -11.631293296813965, 9.94547176361084, 79.27617645263672, 0.01435348205268383, 19.03724479675293], "std": [11.760844230651855, 58.761024475097656, 57.794517517089844, 21.26743507385254, 5.053895473480225, 21.18288230895996], "count": [152]}, "observation.images.front": {"min": [[[0.0]], [[0.00784313725490196]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40526993668300654]], [[0.34961783496732024]], [[0.29910329248366013]]], "std": [[[0.19537711961367465]], [[0.209607302956675]], [[0.23996503379828252]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.033333333333333], "mean": [2.5166666666666666], "std": [1.4625890286292547], "count": [152]}, "frame_index": {"min": [0], "max": [151], "mean": [75.5], "std": [43.877670858877636], "count": [152]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [152]}, "index": {"min": [0], "max": [151], "mean": [75.5], "std": [43.877670858877636], "count": [152]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [152]}}}
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": 152,
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
+ 240,
49
+ 320,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 240,
59
+ "video.width": 320,
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": "grap and place"}
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:ace5adac9ca4716ac52b10ccc067c094ce49ecfded35dbd2d0287b79feacddb9
3
+ size 1000571