danielkr452 commited on
Commit
cd1f3a7
·
verified ·
1 Parent(s): 678fef4

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:435e291396af6d4179d8152b63b650587947d990eb9ebfd2c3726e2039cb35cb
3
+ size 41291
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the square."], "length": 553}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-22.97244644165039, 65.7586441040039, 77.72989654541016, 28.96608543395996, -26.459484100341797, -0.7419910430908203], "max": [5.2930192947387695, 192.95791625976562, 176.4440155029297, 79.8555908203125, 23.408226013183594, 29.320009231567383], "mean": [-6.470777988433838, 124.81254577636719, 134.6988983154297, 52.13145065307617, -5.898593902587891, 17.631380081176758], "std": [5.5753984451293945, 35.21340560913086, 25.834228515625, 13.494193077087402, 10.458915710449219, 7.716953754425049], "count": [553]}, "observation.state": {"min": [-21.4453125, 63.984375, 81.123046875, 29.443359375, -25.3125, -0.45167118310928345], "max": [4.658203125, 204.697265625, 185.361328125, 81.5625, 21.796875, 28.816621780395508], "mean": [-6.006760120391846, 123.30982971191406, 136.77540588378906, 52.11659622192383, -5.92395544052124, 16.970434188842773], "std": [5.3234477043151855, 36.5294303894043, 25.832489013671875, 13.551969528198242, 9.745847702026367, 7.636541366577148], "count": [553]}, "observation.images.laptop": {"min": [[[0.09411764705882353]], [[0.09411764705882353]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1670684232026144]], [[0.1670684232026144]], [[0.1670684232026144]]], "std": [[[0.07161437836700126]], [[0.07161437836700126]], [[0.07161437836700126]]], "count": [114]}, "observation.images.phone": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43472796088464627]], [[0.41990172966116274]], [[0.42255489622749687]]], "std": [[[0.26904115369583703]], [[0.26224718401635094]], [[0.26025136604149934]]], "count": [114]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.200000000000001], "std": [5.321236280748634], "count": [553]}, "frame_index": {"min": [0], "max": [552], "mean": [276.0], "std": [159.63708842245902], "count": [553]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [553]}, "index": {"min": [0], "max": [552], "mean": [276.0], "std": [159.63708842245902], "count": [553]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [553]}}}
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": 553,
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": "av1",
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": "av1",
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 lego block and put it in the square."}
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:98e99ffe4881f199e1a9dd69474c7d8abe19b2ba492eb686c3e81410aabfad29
3
+ size 545443
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:309147ecf892b62b2a94ad3b80591f1d9018036461db235112eef3a788931a7f
3
+ size 2038798