odellus commited on
Commit
240f47e
·
verified ·
1 Parent(s): a8c0cca

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:7646d887979706918c9d37bf04d850175ae339e6cf362cc056fb5facc9353256
3
+ size 23718
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a hacky sack and put it in the bin."], "length": 557}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.859375, 70.6640625, 61.083984375, 47.28515625, 0.3515625, -1.847575068473816], "max": [27.158203125, 191.6015625, 174.90234375, 77.607421875, 1.318359375, 35.565818786621094], "mean": [-1.3789517879486084, 135.32505798339844, 123.68360137939453, 57.497196197509766, 0.7675045132637024, 10.973546028137207], "std": [21.144052505493164, 45.03196334838867, 39.311344146728516, 8.296576499938965, 0.3239516317844391, 14.279808044433594], "count": [557]}, "observation.state": {"min": [-35.947265625, 69.873046875, 63.6328125, 47.548828125, 0.615234375, 1.0460251569747925], "max": [26.982421875, 191.07421875, 175.166015625, 77.51953125, 1.0546875, 33.9609489440918], "mean": [-1.429129958152771, 134.6283416748047, 124.85875701904297, 57.786903381347656, 0.7381550073623657, 11.370903968811035], "std": [21.020910263061523, 45.1964111328125, 38.65852355957031, 8.320094108581543, 0.10017059743404388, 13.756088256835938], "count": [557]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.323557314958147]], [[0.2853284170393303]], [[0.28361418916982]]], "std": [[[0.2611435385768236]], [[0.2027103669259332]], [[0.22345350788344553]]], "count": [114]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.299505797786951]], [[0.2667400903709437]], [[0.25707364407751404]]], "std": [[[0.2505904628312046]], [[0.20207292431855678]], [[0.2239797654722646]]], "count": [114]}, "timestamp": {"min": [0.0], "max": [18.533333333333335], "mean": [9.266666666666666], "std": [5.359726361174297], "count": [557]}, "frame_index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [557]}, "index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [557]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 557,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Grasp a hacky sack and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c30dc4c8417c8d88c5be3abb379f95317cfdf0826b7aa35a649a0d22a451cda
3
+ size 3818959
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25529362cc7bfc63d4b70e97a74ba529df23f2d463148e62802f4ee2e284beae
3
+ size 3108432