ganker5 commited on
Commit
03b9fc9
·
verified ·
1 Parent(s): 891b829

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:55a927ce1ea012edc9c71c9579672a084619acba684a07fe10afe0e4e188cc33
3
+ size 54687
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 873}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.2539877891540527, 68.82585906982422, 72.34495544433594, 48.690147399902344, 1.0187432765960693, -0.5027129650115967], "max": [43.160797119140625, 195.609130859375, 176.5908660888672, 76.94217681884766, 2.7171149253845215, -0.4203333258628845], "mean": [9.690705299377441, 141.80564880371094, 135.73289489746094, 58.1654052734375, 1.8135017156600952, -0.4507753252983093], "std": [10.864748001098633, 52.86378479003906, 39.108131408691406, 6.760377407073975, 0.4254090487957001, 0.030626505613327026], "count": [873]}, "observation.state": {"min": [2.197265625, 67.32421875, 75.234375, 48.515625, 0.615234375, 0.38372987508773804], "max": [42.451171875, 194.501953125, 175.95703125, 75.849609375, 2.021484375, 0.38372987508773804], "mean": [9.181198120117188, 140.4919891357422, 136.39805603027344, 57.93089294433594, 1.319668173789978, 0.3837282359600067], "std": [10.846611022949219, 53.360595703125, 38.37618637084961, 6.659341812133789, 0.29394784569740295, 1.6391277313232422e-06], "count": [873]}, "observation.images.laptop": {"min": [[[0.0]], [[0.00392156862745098]], [[0.01568627450980392]]], "max": [[[0.8823529411764706]], [[0.9254901960784314]], [[0.9372549019607843]]], "mean": [[[0.5070650454452614]], [[0.522971324805964]], [[0.500428879442402]]], "std": [[[0.08093477479838432]], [[0.08563759306084537]], [[0.09946288901646912]]], "count": [160]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.529475901245915]], [[0.5455536432802287]], [[0.5227051942912582]]], "std": [[[0.06888778550896318]], [[0.07503105572417679]], [[0.09143267715604018]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [29.066666666666666], "mean": [14.533333333333331], "std": [8.400440905536293], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}, "index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}}}
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": 873,
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:81ddbac28ace6acbd9660cb8bb9dd66e88a543ae2e3962f6db17a5c46784281e
3
+ size 7052169
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:6d9e47655c6603b6200fb4a7f84a1ed71d5d35a8d32a7352072d4f41cc044462
3
+ size 6566995