adungus commited on
Commit
5a41b8c
·
verified ·
1 Parent(s): af3473a

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:8ffe93549d22067d660af3f37be963ff418706a5365a0d09d9a8804eff73fd3a
3
+ size 101987
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the black box in the cup"], "length": 1401}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-70.0436019897461, -99.41316223144531, -61.79795455932617, -32.381996154785156, -12.23101806640625, -0.37195873260498047], "max": [60.37397384643555, 61.85105895996094, 101.16813659667969, 5.4679765701293945, 52.48260498046875, 62.038780212402344], "mean": [-10.494007110595703, -22.368539810180664, 19.48379898071289, -10.605794906616211, 22.054397583007812, 15.018421173095703], "std": [27.28714942932129, 51.498573303222656, 53.706451416015625, 7.206860065460205, 21.603477478027344, 17.62381935119629], "count": [1401]}, "observation.state": {"min": [-70.0507583618164, -100.0, -59.35685729980469, -32.06349182128906, -12.136752128601074, 0.9946949481964111], "max": [59.898475646972656, 60.5694580078125, 99.1960678100586, 5.299145221710205, 52.28327178955078, 61.870025634765625], "mean": [-10.391888618469238, -21.49535369873047, 20.54903221130371, -10.575279235839844, 22.147905349731445, 15.003451347351074], "std": [27.235994338989258, 52.54124069213867, 53.21311569213867, 7.157693386077881, 21.553165435791016, 17.36355972290039], "count": [1401]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5392760984023239]], [[0.543063801934029]], [[0.5425990604575164]]], "std": [[[0.16745556532073666]], [[0.16862835461169678]], [[0.1613748991496857]]], "count": [228]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6033877947865306]], [[0.6041505023793143]], [[0.5977450622061691]]], "std": [[[0.27572377017778305]], [[0.2652399553442596]], [[0.25079957815282883]]], "count": [228]}, "timestamp": {"min": [0.0], "max": [46.666666666666664], "mean": [23.333333333333332], "std": [13.481125351421547], "count": [1401]}, "frame_index": {"min": [0], "max": [1400], "mean": [700.0], "std": [404.43376054264644], "count": [1401]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1401]}, "index": {"min": [0], "max": [1400], "mean": [700.0], "std": [404.43376054264644], "count": [1401]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1401]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1401,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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": "Put the black box in the cup"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe981a6b25b32037a157f5792f3962a3f5cf179fc868028bf1dd71e1f396954
3
+ size 53433374
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:c2beb84825b24240edece30d63f9f41a3cbc04ef08befcd286fcebe76fec4061
3
+ size 30405584