anichris commited on
Commit
c601b2c
·
verified ·
1 Parent(s): 46ad51a

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:690017a854ca8ed9c9015c0284ba8c21f7e2e75d046bd5fe4d3a6e044cb3e7fd
3
+ size 23215
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp beanbag and put it in the bin."], "length": 450}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.498046875, 25.3125, 19.51171875, 68.115234375, 24.43359375, -0.31712475419044495], "max": [30.05859375, 187.734375, 167.431640625, 104.765625, 43.41796875, 72.19873046875], "mean": [-17.927148818969727, 79.91149139404297, 74.1156234741211, 95.77366638183594, 33.415626525878906, 13.943639755249023], "std": [13.466207504272461, 52.89594650268555, 45.93627166748047, 13.053712844848633, 5.834181308746338, 24.320528030395508], "count": [450]}, "observation.state": {"min": [-30.05859375, 25.576171875, 19.248046875, 69.08203125, 24.9609375, 0.0], "max": [29.1796875, 188.173828125, 169.453125, 104.58984375, 42.890625, 71.79104614257812], "mean": [-18.129297256469727, 79.66016387939453, 76.35784912109375, 95.23961639404297, 33.416404724121094, 14.972981452941895], "std": [12.826517105102539, 54.383026123046875, 46.97329330444336, 12.866539001464844, 5.8555378913879395, 23.593292236328125], "count": [450]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5421003799019608]], [[0.5206722344771242]], [[0.4916902022058824]]], "std": [[[0.26487302001735724]], [[0.2504315331089356]], [[0.2232438981379511]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.966666666666667], "mean": [7.483333333333333], "std": [4.330116327237342], "count": [450]}, "frame_index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}, "index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 450,
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.phone": {
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
+ "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": "Grasp beanbag and put it in the bin."}
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:47f81c5c5cc2db941b3a368d326c2020908711b9637585f8d2a9c633d9a2afd8
3
+ size 1704104