Techiiot commited on
Commit
29b732e
·
verified ·
1 Parent(s): 52e96b2

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:12c05f804f85f0314375b0c5ddbc4dd732f9f62e0251ab9a9c91e509510a34e6
3
+ size 61537
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Connect the aligator clip"], "length": 1879}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-34.46808624267578, -99.1500244140625, 14.009661674499512, 30.06507682800293, -22.059593200683594, 0.3276003301143646], "max": [20.53191566467285, 5.567360877990723, 99.6486587524414, 74.66377258300781, 39.36225891113281, 23.914823532104492], "mean": [0.5478544235229492, -57.80313491821289, 67.82587432861328, 60.397518157958984, -6.088472843170166, 7.017942905426025], "std": [20.095874786376953, 41.467586517333984, 28.093856811523438, 8.269169807434082, 8.06624984741211, 5.647026538848877], "count": [1879]}, "observation.state": {"min": [-34.11351776123047, -98.81104278564453, 16.674158096313477, 31.465517044067383, -21.83190155029297, 0.5442177057266235], "max": [19.485078811645508, 5.9023356437683105, 99.10111999511719, 74.39655303955078, 38.797813415527344, 22.108842849731445], "mean": [0.0441448874771595, -57.44667053222656, 69.4234848022461, 60.698753356933594, -6.076964855194092, 7.4020233154296875], "std": [20.036930084228516, 41.555728912353516, 27.835437774658203, 8.09599781036377, 8.00915813446045, 5.323885440826416], "count": [1879]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4796873566678133]], [[0.47749044189313156]], [[0.48317265293544315]]], "std": [[[0.21002900820612233]], [[0.22033097401715826]], [[0.22314119653977715]]], "count": [285]}, "timestamp": {"min": [0.0], "max": [62.6], "mean": [31.3], "std": [18.08068336958289], "count": [1879]}, "frame_index": {"min": [0], "max": [1878], "mean": [939.0], "std": [542.4205010874865], "count": [1879]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1879]}, "index": {"min": [0], "max": [1878], "mean": [939.0], "std": [542.4205010874865], "count": [1879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1879]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1879,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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.front": {
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.height": 480,
59
+ "video.width": 640,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Connect the aligator clip"}
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:65c169f80a23f454c38e9d981bc30662d7342dbe48e6f7132764dfff86842161
3
+ size 38258329