zijian2022 commited on
Commit
6e7b7e0
·
verified ·
1 Parent(s): 71052fb

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:c4ca65b627c12640fca9e1bb6cc8f1c820c6d4f77a77c523b390cc1fff070e0e
3
+ size 34443
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 897}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.8125, 81.9140625, 125.771484375, -22.5, -11.07421875, 0.40567949414253235], "max": [52.03125, 187.3828125, 170.5078125, 86.220703125, -4.658203125, 44.32048797607422], "mean": [23.735563278198242, 134.5934600830078, 151.15220642089844, 12.46146011352539, -6.92542839050293, 9.334306716918945], "std": [22.588354110717773, 34.90812301635742, 13.320697784423828, 41.30437469482422, 1.9984617233276367, 10.35329532623291], "count": [897]}, "observation.state": {"min": [-1.58203125, 80.947265625, 126.5625, -22.236328125, -6.240234375, 0.1456664353609085], "max": [51.6796875, 186.064453125, 169.892578125, 85.78125, -4.306640625, 43.48142623901367], "mean": [23.206260681152344, 133.61936950683594, 151.66835021972656, 13.251790046691895, -5.367109298706055, 11.183430671691895], "std": [22.437271118164062, 34.96044158935547, 13.303077697753906, 41.05828094482422, 0.6317263245582581, 10.12188720703125], "count": [897]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3235536496551586]], [[0.3510769941156422]], [[0.356089091132363]]], "std": [[[0.27001876401947134]], [[0.20482449832889224]], [[0.19632946267183976]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.516784226011468]], [[0.5448291781947953]], [[0.41524167969846426]]], "std": [[[0.22576141279545317]], [[0.17581780122663393]], [[0.18555455872322996]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.866666666666667], "mean": [14.933333333333332], "std": [8.631381160668363], "count": [897]}, "frame_index": {"min": [0], "max": [896], "mean": [448.0], "std": [258.9414348200509], "count": [897]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [897]}, "index": {"min": [0], "max": [896], "mean": [448.0], "std": [258.9414348200509], "count": [897]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [897]}}}
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": 897,
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 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:dafa3b5bf90191c3706c6dae452d6f260f1efe3ef03b7b6cc5eb606c4043a3f7
3
+ size 6602134
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:c5907ef18e49619429f74f69f03329b18161fe560cbea78982c2c2b387fc02f5
3
+ size 3871640