erebius commited on
Commit
46316d8
·
verified ·
1 Parent(s): 7b69a83

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:c81484456b43da86f59b170bd0f68d63be1cbd95303e4a06d976d86e37b7647f
3
+ size 29046
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["sowing section 1"], "length": 443}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.885988235473633, -100.89887237548828, 26.069717407226562, -37.64580535888672, 2.2953860759735107, 0.05093240737915039], "max": [18.52304458618164, 28.21832275390625, 99.77517700195312, 73.74272155761719, 3.472527503967285, 20.63965606689453], "mean": [0.2722129821777344, -69.32162475585938, 84.84784698486328, 52.763427734375, 2.746565103530884, 2.653613567352295], "std": [5.22606897354126, 44.05436706542969, 23.405990600585938, 32.07820510864258, 0.26739072799682617, 5.521852970123291], "count": [443]}, "observation.state": {"min": [-4.567397117614746, -99.91873168945312, 28.83325958251953, -37.05673599243164, 2.3199024200439453, 0.8974359035491943], "max": [18.083921432495117, 24.827306747436523, 99.37416076660156, 77.30496215820312, 3.443223476409912, 20.512821197509766], "mean": [0.167561337351799, -69.0972900390625, 85.19135284423828, 53.06072235107422, 2.675781726837158, 3.6180903911590576], "std": [5.273735046386719, 44.392581939697266, 22.762104034423828, 31.891307830810547, 0.24745935201644897, 5.162530422210693], "count": [443]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7176687445533769]], [[0.6998515223311547]], [[0.6871865359477124]]], "std": [[[0.22957356752790553]], [[0.2410210834546686]], [[0.24720677526818258]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25553470996732025]], [[0.22976002859477124]], [[0.2133416339869281]]], "std": [[[0.2054506113571603]], [[0.22728362693733856]], [[0.23650261024970395]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.733333333333333], "mean": [7.366666666666667], "std": [4.262758626888357], "count": [443]}, "frame_index": {"min": [0], "max": [442], "mean": [221.0], "std": [127.88275880665071], "count": [443]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [443]}, "index": {"min": [0], "max": [442], "mean": [221.0], "std": [127.88275880665071], "count": [443]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [443]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 443,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.overhead": {
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
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "sowing section 1"}
videos/chunk-000/observation.images.overhead/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2e3648a8f77cd856ba27aa36cebfd03d4a6d78711218f6a41e9833ff4a43e8
3
+ size 104740520
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd658334ef28ce563d01126e3ae5974719966ba4133b3855394d49caa81b6998
3
+ size 8285419