edgarkim commited on
Commit
8d2abae
·
verified ·
1 Parent(s): ec12558

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:2a281c7ef542d34169954b5d381c5a2197e0a16b98d98e1ad28a60fbdc2b51c9
3
+ size 24609
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the red square block and place it inside the green square area on the right."], "length": 599}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.734172821044922, -99.66173553466797, -47.84580612182617, 54.25578308105469, -16.152639389038086, 0.16542597115039825], "max": [17.512033462524414, 47.39957809448242, 93.10657501220703, 95.37319946289062, 0.9409304857254028, 50.86848449707031], "mean": [-4.015498161315918, -59.3608283996582, 54.74484634399414, 76.49446105957031, -6.0900092124938965, 11.617249488830566], "std": [7.927733898162842, 57.800453186035156, 56.762664794921875, 9.134767532348633, 3.939375162124634, 17.30878448486328], "count": [599]}, "observation.state": {"min": [-17.638320922851562, -100.0, -45.106964111328125, 55.23434066772461, -15.857772827148438, 0.7246376872062683], "max": [16.969921112060547, 47.85197830200195, 100.0, 95.18177795410156, 0.7526602745056152, 50.131752014160156], "mean": [-4.260300159454346, -58.75614929199219, 56.16066360473633, 76.50823974609375, -6.046331882476807, 12.415401458740234], "std": [8.004594802856445, 58.50730895996094, 56.10578918457031, 9.076708793640137, 3.9217875003814697, 17.0394229888916], "count": [599]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6572587624237023]], [[0.6576956952546859]], [[0.6492231016717982]]], "std": [[[0.24720727408758325]], [[0.22705195009648263]], [[0.25913949134194]]], "count": [121]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.6217376556338788]], [[0.6616196827904716]], [[0.6839693036649921]]], "std": [[[0.19876154526751183]], [[0.19602233259074575]], [[0.2164190759289081]]], "count": [121]}, "timestamp": {"min": [0.0], "max": [19.933333333333334], "mean": [9.966666666666665], "std": [5.7638721552635275], "count": [599]}, "frame_index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}, "index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}}}
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": 599,
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.wrist": {
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.front": {
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": "Pick up the red square block and place it inside the green square area on the right."}
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:7d8f75dde0c2924677484345a56559296d7daf39525fab6305ac3dfb29cebc19
3
+ size 2938189
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cc8571324d7c501e1fe51c63ca7453a222630207adb1fabcd851142c95e6ca
3
+ size 2131295