Fooping commited on
Commit
044fbe1
·
verified ·
1 Parent(s): bd44715

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:e73217b4c71fcf4af0b703d17ec902b87fd8f674ad9b945062401f9fa530d143
3
+ size 4728
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the yellow cube"], "length": 64}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.7815713882446289, -98.7220458984375, 96.69269561767578, 73.92810821533203, 1.370571494102478, 0.41631972789764404], "max": [-0.7815713882446289, -98.7220458984375, 96.69269561767578, 73.92810821533203, 1.370571494102478, 0.41631972789764404], "mean": [-0.7815707325935364, -98.72212982177734, 96.69274139404297, 73.92816925048828, 1.3705722093582153, 0.41631945967674255], "std": [6.556510925292969e-07, 8.392333984375e-05, 4.57763671875e-05, 6.103515625e-05, 7.152557373046875e-07, 2.682209014892578e-07], "count": [64]}, "observation.state": {"min": [-0.947328507900238, -98.4962387084961, 96.64247131347656, 73.47639465332031, 1.1058452129364014, 0.6830601096153259], "max": [-0.947328507900238, -98.4962387084961, 96.64247131347656, 73.47639465332031, 1.1058452129364014, 0.6830601096153259], "mean": [-0.9473276138305664, -98.4962158203125, 96.64253997802734, 73.47639465332031, 1.105845332145691, 0.683059811592102], "std": [8.940696716308594e-07, 2.288818359375e-05, 6.866455078125e-05, 0.0, 1.1920928955078125e-07, 2.980232238769531e-07], "count": [64]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5651430313010621]], [[0.5512768139808006]], [[0.5304345160590277]]], "std": [[[0.2235871532551374]], [[0.22665310767670968]], [[0.21045272349937777]]], "count": [64]}, "timestamp": {"min": [0.0], "max": [2.1], "mean": [1.05], "std": [0.6157651067303722], "count": [64]}, "frame_index": {"min": [0], "max": [63], "mean": [31.5], "std": [18.472953201911167], "count": [64]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [64]}, "index": {"min": [0], "max": [63], "mean": [31.5], "std": [18.472953201911167], "count": [64]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [64]}}}
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": 64,
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
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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 yellow 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:d59c90cb1746b222f17d24e289f8d3a5d1aa8019267e9b9c82a0fd47336e4fa9
3
+ size 1471386