helper2424 commited on
Commit
0bac73e
·
verified ·
1 Parent(s): 659ead7

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:5a4ebddc2ae3cea1d16babe17e3f0f4be88978ab62b64f03edb8c6a6324b28f6
3
+ size 82044
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["dummy"], "length": 1111}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-80.86982727050781, -109.87872314453125, -32.59925842285156, 43.25300216674805, -35.520782470703125, 6.8498029708862305], "max": [11.064157485961914, 0.33037567138671875, 99.66976928710938, 73.61117553710938, 16.733787536621094, 50.108375549316406], "mean": [-32.69929122924805, -55.30088424682617, 48.420875549316406, 57.204811096191406, 3.442528009414673, 20.717926025390625], "std": [19.13347053527832, 24.036466598510742, 21.09206771850586, 3.2860524654388428, 7.878884315490723, 10.475301742553711], "count": [1111]}, "observation.state": {"min": [-80.15206146240234, -100.0, -10.083663940429688, 28.457334518432617, -86.41915130615234, 7.052896499633789], "max": [13.325329780578613, -15.674769401550293, 96.47732543945312, 67.2131118774414, 15.339521408081055, 48.36272048950195], "mean": [-32.50535583496094, -56.8135871887207, 48.44962692260742, 57.18059158325195, 2.645437240600586, 20.3301944732666], "std": [18.917583465576172, 22.621397018432617, 18.454477310180664, 3.684427499771118, 11.205986976623535, 10.023825645446777], "count": [1111]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49547487106821897]], [[0.4209181570414624]], [[0.3610028169253813]]], "std": [[[0.1990168895008356]], [[0.17424662296294352]], [[0.1621448933194823]]], "count": [192]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.69059815393362], "count": [1111]}, "frame_index": {"min": [0], "max": [1110], "mean": [555.0], "std": [320.7179446180086], "count": [1111]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1111]}, "index": {"min": [0], "max": [1110], "mean": [555.0], "std": [320.7179446180086], "count": [1111]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1111]}}}
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": 1111,
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": "dummy"}
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:f888e286b7b848a4bef46285412383b4e3db74550fd1947c770aff2560b62fb3
3
+ size 15189894