fdcolin commited on
Commit
b126859
·
verified ·
1 Parent(s): 09b4c5d

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:f8f0c84fa833bb5aa4528c4a482c05d89b26f4e99bcaa29d387e9183d0125078
3
+ size 111273
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue cube"], "length": 1601}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-34.78413391113281, -99.49356842041016, -63.71592712402344, 61.00716018676758, 0.07297897338867188, -0.0895547866821289], "max": [1.9732298851013184, 54.97505187988281, 95.3154067993164, 98.15943908691406, 10.98988151550293, 34.52546691894531], "mean": [-10.838252067565918, -2.4537112712860107, -0.36884093284606934, 77.80209350585938, 5.616550922393799, 11.132555961608887], "std": [10.86941909790039, 49.252899169921875, 47.94145202636719, 9.40666389465332, 2.5051074028015137, 11.220353126525879], "count": [1601]}, "observation.state": {"min": [-34.693878173828125, -98.66387939453125, -60.249000549316406, 61.97718811035156, 0.3903200626373291, 1.2467191219329834], "max": [1.6034985780715942, 56.57619857788086, 95.55358123779297, 97.8031234741211, 10.90294075012207, 34.12073516845703], "mean": [-11.091255187988281, 1.1621934175491333, 1.0879000425338745, 77.97419738769531, 5.591980934143066, 12.567232131958008], "std": [10.954985618591309, 49.847110748291016, 47.542938232421875, 9.235770225524902, 2.4152960777282715, 10.45630168914795], "count": [1601]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.542329476564451]], [[0.4936564343348231]], [[0.48857359291982055]]], "std": [[[0.2804239307838605]], [[0.276822627887006]], [[0.3000615127859853]]], "count": [253]}, "timestamp": {"min": [0.0], "max": [53.333333333333336], "mean": [26.666666666666664], "std": [15.405626677721791], "count": [1601]}, "frame_index": {"min": [0], "max": [1600], "mean": [800.0], "std": [462.1688003316537], "count": [1601]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1601]}, "index": {"min": [0], "max": [1600], "mean": [800.0], "std": [462.1688003316537], "count": [1601]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1601]}}}
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": 1601,
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 blue cube"}
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:539f8081790d5c21579f5ba4804490bcd0f2d86ffa47b6997283f3bd4382707c
3
+ size 150353794