liuhuanjim013 commited on
Commit
8de7d45
·
verified ·
1 Parent(s): 13ceff5

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:f1ddded3fe5ec7578215250f7988a8171f2640a71431fe2b881f3492bcbfd36a
3
+ size 58415
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego figure and put it in the box."], "length": 835}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-22.851051330566406, 64.35126495361328, 63.41745376586914, 41.59831619262695, 4.063701629638672, -0.17079448699951172], "max": [47.06671905517578, 194.67413330078125, 172.47042846679688, 77.12684631347656, 105.51126098632812, 23.793804168701172], "mean": [-4.3986735343933105, 121.42042541503906, 126.54454803466797, 60.57876205444336, 59.40055847167969, 9.752403259277344], "std": [17.61100959777832, 40.12566375732422, 26.288562774658203, 12.2191743850708, 33.66436767578125, 9.41185188293457], "count": [835]}, "observation.state": {"min": [-21.884765625, 63.369140625, 65.56640625, 41.30859375, 4.5703125, 0.6018916368484497], "max": [46.7578125, 192.919921875, 172.177734375, 76.11328125, 104.326171875, 22.699914932250977], "mean": [-3.894554615020752, 120.07774353027344, 127.14238739013672, 60.12720489501953, 59.12948226928711, 10.203593254089355], "std": [17.046133041381836, 40.43413543701172, 25.988927841186523, 12.095173835754395, 33.21714782714844, 8.46059799194336], "count": [835]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4882821737297069]], [[0.41309915269871395]], [[0.4076162766181741]]], "std": [[[0.22618188845809298]], [[0.2729696072272574]], [[0.2742079545132903]]], "count": [155]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.807843137254902]], [[0.7529411764705882]], [[0.788235294117647]]], "mean": [[[0.45872641524351676]], [[0.4395197251212313]], [[0.4329047873181531]]], "std": [[[0.1654494994187049]], [[0.20138812116185678]], [[0.22087418880684254]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.03478548424149], "count": [835]}, "frame_index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [835]}, "index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [835]}}}
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": 835,
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.top": {
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.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.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 figure and put it in the box."}
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:42943cce00805ab6f269e2e2cd45c5f8895a33cb5d0e87a239f886a46aaf3788
3
+ size 1536646
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02cea77a0860c2c4317b52333181de9d937cc6a5797b4671da6db79890f95de4
3
+ size 861118