slowturtle99 commited on
Commit
981ef14
·
verified ·
1 Parent(s): 96e4437

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:c900b9b84e4c28c05838d522931286562be09fcf92b2e1c24e412902f6392fb8
3
+ size 12717
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a block and put it in the bin."], "length": 268}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.373046875, 110.7421875, 129.990234375, 39.814453125, -21.708984375, 0.17152659595012665], "max": [19.775390625, 190.8984375, 173.759765625, 58.271484375, -6.328125, 30.017152786254883], "mean": [4.893999099731445, 179.97434997558594, 165.94454956054688, 55.39896774291992, -9.403968811035156, 3.274674892425537], "std": [4.7739057540893555, 22.13788414001465, 15.06587028503418, 2.780465841293335, 4.1126203536987305, 6.689885139465332], "count": [268]}, "observation.state": {"min": [2.63671875, 110.830078125, 132.01171875, 39.638671875, -21.533203125, 0.5347593426704407], "max": [19.86328125, 191.162109375, 174.0234375, 57.83203125, -6.6796875, 29.23351287841797], "mean": [5.104215145111084, 179.06689453125, 165.94537353515625, 55.67772674560547, -9.269837379455566, 6.013722896575928], "std": [4.648225784301758, 23.727373123168945, 15.072213172912598, 3.387068271636963, 4.13827657699585, 7.302958011627197], "count": [268]}, "observation.images.webcam": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5208499244281045]], [[0.4976156556372549]], [[0.5003908374183007]]], "std": [[[0.14254792617979484]], [[0.13280999034401672]], [[0.1336039499215113]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.9], "mean": [4.449999999999999], "std": [2.578813249884097], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [268]}, "index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [268]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 268,
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
+ "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.webcam": {
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
+ "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": "Grasp a block and put it in the bin."}
videos/chunk-000/observation.images.webcam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70a5f45ad4e1c7a43ffcf0a2c4318f836a01f7a03b735cf94ccfa334af9945c9
3
+ size 895057