hoffnung1208 commited on
Commit
e0e517e
·
verified ·
1 Parent(s): c45fcac

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:368e67ee4223ef1c8521909ee461e42a0d673020e8699eb5e5ddd3ab7dfe5580
3
+ size 4103
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["long lego pick"], "length": 24}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [3.8671875, 130.4296875, 177.451171875, -5.888671875, 94.21875, 34.365234375], "max": [3.8671875, 130.4296875, 177.5390625, -5.888671875, 94.21875, 34.365234375], "mean": [3.8671875, 130.4296875, 177.462158203125, -5.888671875, 94.21875, 34.365234375], "std": [0.0, 0.0, 0.029067091643810272, 0.0, 0.0, 0.0], "count": [24]}, "observation.state": {"min": [2.98828125, 129.0234375, 177.099609375, -3.8671875, 93.8671875, 33.486328125], "max": [2.98828125, 129.0234375, 177.1875, -3.8671875, 93.8671875, 33.57421875], "mean": [2.98828125, 129.0234375, 177.1142578125, -3.8671875, 93.8671875, 33.555908203125], "std": [0.0, 0.0, 0.03275490179657936, 0.0, 0.0, 0.035693828016519547], "count": [24]}, "observation.images.realsense": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9058823529411765]], [[1.0]]], "mean": [[[0.5363181849128541]], [[0.47901942912581696]], [[0.4205733762254902]]], "std": [[[0.11013627364911499]], [[0.18504700049568665]], [[0.22294923685882204]]], "count": [24]}, "timestamp": {"min": [0.0], "max": [0.7666666666666667], "mean": [0.3833333333333333], "std": [0.2307395517477243], "count": [24]}, "frame_index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}, "index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 24,
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
+ "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.realsense": {
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": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "long lego pick"}
videos/chunk-000/observation.images.realsense/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3dd8df7d988dab266d3356693476b97d9b02e52bf43dab13dec21213b7cf7b0
3
+ size 185517