mchen02 commited on
Commit
c00ef8e
·
verified ·
1 Parent(s): 30789a1

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:5f34eaaa155d7b99ba1a02277e0549823963c2a429ce605d55e2f5b7fdea794d
3
+ size 43823
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 703}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.2840652465820312, 184.97447204589844, 156.95858764648438, 60.2667236328125, -16.196706771850586, -0.22722578048706055], "max": [25.30904197692871, 195.3811798095703, 173.22073364257812, 69.99998474121094, 3.1971797943115234, 4.590466499328613], "mean": [6.264739990234375, 193.755126953125, 170.941162109375, 64.85919952392578, -5.215171813964844, 0.37891140580177307], "std": [8.056432723999023, 1.9577276706695557, 2.721027135848999, 1.9820594787597656, 5.103390216827393, 0.9566007852554321], "count": [703]}, "observation.state": {"min": [-2.8125, 185.009765625, 161.19140625, 60.732421875, -18.720703125, 0.9182736277580261], "max": [24.697265625, 194.58984375, 178.857421875, 69.78515625, 2.63671875, 3.6730945110321045], "mean": [5.8562912940979, 193.31362915039062, 172.29429626464844, 64.64186096191406, -5.104032516479492, 1.0824631452560425], "std": [7.704343318939209, 1.917166829109192, 2.625112533569336, 1.9006314277648926, 5.009155750274658, 0.4897092878818512], "count": [703]}, "observation.images.laptop": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.523344879373318]], [[0.4920459784097463]], [[0.4521560532607651]]], "std": [[[0.22313951958851524]], [[0.2181990438811966]], [[0.20500428548619304]]], "count": [136]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828846447279892]], [[0.5409373933703383]], [[0.49754303032487507]]], "std": [[[0.2735754895745605]], [[0.2437793157208897]], [[0.2153400767336564]]], "count": [136]}, "timestamp": {"min": [0.0], "max": [23.4], "mean": [11.700000000000001], "std": [6.764613810115105], "count": [703]}, "frame_index": {"min": [0], "max": [702], "mean": [351.0], "std": [202.93841430345316], "count": [703]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [703]}, "index": {"min": [0], "max": [702], "mean": [351.0], "std": [202.93841430345316], "count": [703]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [703]}}}
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": 703,
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 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:f7af94baca946e2b0e76e4f847384c3853c26aaf36468c55f343746ad2c9112d
3
+ size 6520873
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:8f46e7a350332743353c3b1cea5f122c438c96bb3a84bf80a72d9bcfce1b95b9
3
+ size 9461278