erebius commited on
Commit
0bb3d4d
·
verified ·
1 Parent(s): b1cbad4

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:166265d8af665c8f7e827c10c4fc42afc8dda62c32efda906527e83f5bf98252
3
+ size 17000
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["sowing section 1"], "length": 267}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.4105143547058105, -99.2339859008789, 97.13105010986328, 72.15544128417969, 2.5997962951660156, 0.42357730865478516], "max": [-0.2604767084121704, -97.56790161132812, 98.58729553222656, 74.49954223632812, 2.9253742694854736, 0.8728089332580566], "mean": [-0.954265296459198, -98.86748504638672, 98.37122344970703, 73.0804214477539, 2.6974070072174072, 0.5053594708442688], "std": [0.19525335729122162, 0.3181397616863251, 0.2756240963935852, 0.3515634834766388, 0.0760921984910965, 0.0785026103258133], "count": [267]}, "observation.state": {"min": [-1.225399136543274, -98.94351959228516, 97.49665069580078, 72.25177001953125, 2.4175825119018555, 1.0256410837173462], "max": [-0.4084663987159729, -97.72450256347656, 98.39070129394531, 74.11347198486328, 2.710622787475586, 1.0897436141967773], "mean": [-0.9967555403709412, -98.75180053710938, 98.27230834960938, 73.12609100341797, 2.5331928730010986, 1.0277988910675049], "std": [0.14252525568008423, 0.24733887612819672, 0.1707867980003357, 0.28595104813575745, 0.09620697051286697, 0.011568999849259853], "count": [267]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.718378022875817]], [[0.6976520533769064]], [[0.683062649782135]]], "std": [[[0.2308864581434846]], [[0.24299155788343035]], [[0.2498069864045961]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22952787377450978]], [[0.21207367647058822]], [[0.1896270649509804]]], "std": [[[0.17365934375485903]], [[0.20188635732115645]], [[0.20399091901391092]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.866666666666667], "mean": [4.433333333333334], "std": [2.5691906781593192], "count": [267]}, "frame_index": {"min": [0], "max": [266], "mean": [133.0], "std": [77.07572034477957], "count": [267]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [267]}, "index": {"min": [0], "max": [266], "mean": [133.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [267]}}}
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": 267,
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:1ef27a39167d8443a6586061bdde2252f752cb2c78bfd2d927db1fbe810b5dcf
3
+ size 62418822
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:31e8c109f27ba7b34696c545ec8b56845f49556dbbdfdda58c2a843071318136
3
+ size 6556181