adungus commited on
Commit
a29a8e8
·
verified ·
1 Parent(s): e42d64a

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:6fcc59ffc09ee9bbec3f4c390971f47629f4a836b6a6d2026958b95a92a2befc
3
+ size 48417
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the white case and put it in the box"], "length": 726}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.177798271179199, -85.9956283569336, 65.07380676269531, -6.812402725219727, -64.6301040649414, 2.6080198287963867], "max": [-1.1450424194335938, -61.78763961791992, 90.90033721923828, -4.513777256011963, -53.531497955322266, 12.743535995483398], "mean": [-3.0927610397338867, -74.54718780517578, 77.74868774414062, -5.900213241577148, -62.05375289916992, 8.709979057312012], "std": [1.005981206893921, 5.703352928161621, 6.467225551605225, 0.4436354637145996, 1.2676910161972046, 2.5729780197143555], "count": [726]}, "observation.state": {"min": [-5.629138946533203, -98.6117172241211, 69.23751068115234, -6.422466278076172, -64.24908447265625, 1.2228261232376099], "max": [0.24834437668323517, -62.68980407714844, 98.51007843017578, -4.761904716491699, 2.124542236328125, 12.22826099395752], "mean": [-3.145017623901367, -74.89939880371094, 80.13536071777344, -5.927872180938721, -61.27064895629883, 8.681897163391113], "std": [0.9676448702812195, 5.924770355224609, 5.911426544189453, 0.31289929151535034, 6.6200079917907715, 2.443959951400757], "count": [726]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5365867952696667]], [[0.5225884997884046]], [[0.4890733726744095]]], "std": [[[0.263441262676996]], [[0.24662397488433502]], [[0.23684454585177228]]], "count": [139]}, "timestamp": {"min": [0.0], "max": [24.166666666666668], "mean": [12.083333333333334], "std": [6.985931630122123], "count": [726]}, "frame_index": {"min": [0], "max": [725], "mean": [362.5], "std": [209.57794890366367], "count": [726]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [726]}, "index": {"min": [0], "max": [725], "mean": [362.5], "std": [209.57794890366367], "count": [726]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [726]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 726,
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": "Grab the white case and put it in the box"}
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:6149f585dcb52cb511c38ccf290ddb75f5f9a2a0e6386ccc9a49b0ce9f01fe4f
3
+ size 34340902