miyen commited on
Commit
c1bd664
·
verified ·
1 Parent(s): 2bc6d9c

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:b5befb20fcf815f533a61fc64a1a9f5ace9dcf15a13e0069ef5c2090288582f1
3
+ size 47366
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the orange"], "length": 1782}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-36.009002685546875, -98.88459777832031, -15.569677352905273, 62.03110885620117, -8.790343284606934, 0.43668121099472046], "max": [-13.428357124328613, 27.15572738647461, 100.0, 100.0, -1.8630280494689941, 28.55895233154297], "mean": [-15.547896385192871, -68.19937896728516, 75.59992218017578, 74.4368896484375, -4.621096134185791, 2.1670279502868652], "std": [4.641568183898926, 34.98224639892578, 31.348926544189453, 8.430032730102539, 3.144482374191284, 5.913615703582764], "count": [1782]}, "observation.state": {"min": [-81.81818389892578, -99.265380859375, -12.783318519592285, 63.394683837890625, -8.755273818969727, 0.27991601824760437], "max": [63.6363639831543, 27.456382751464844, 99.54669189453125, 100.0, -2.1097047328948975, 28.27151870727539], "mean": [-14.569960594177246, -68.23165893554688, 76.19114685058594, 74.51387023925781, -4.721419811248779, 2.1337451934814453], "std": [55.176612854003906, 35.22237777709961, 30.78857421875, 8.319548606872559, 3.029151201248169, 5.86094331741333], "count": [1782]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5715474005295549]], [[0.5485838650748215]], [[0.5066148173989791]]], "std": [[[0.26702690585752326]], [[0.23776479570268996]], [[0.24416540615708476]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.36666666666667], "mean": [29.68333333333333], "std": [17.14730029501459], "count": [1782]}, "frame_index": {"min": [0], "max": [1781], "mean": [890.5], "std": [514.4190088504376], "count": [1782]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1782]}, "index": {"min": [0], "max": [1781], "mean": [890.5], "std": [514.4190088504376], "count": [1782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1782]}}}
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": 1782,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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": "Pick up the orange"}
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:7ab918978268aa72709537dc273cc2223c5394941f0f6a1b21c455dc1680d2db
3
+ size 50677673