huru33 commited on
Commit
7b90694
·
verified ·
1 Parent(s): 25f2ed5

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:baecd98b7762272f5da6f6189743ad772a46b5ce89c793771c835d4a283474c1
3
+ size 15889
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put black cubes into the container"], "length": 365}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [12.841163635253906, -99.58141326904297, -37.52829360961914, -99.48892974853516, -5.931980133056641, 4.911433219909668], "max": [40.40268325805664, 49.43490982055664, 100.0, 98.8926773071289, 99.73635864257812, 32.44766616821289], "mean": [31.51862907409668, -72.74456787109375, 71.98509979248047, -49.395713806152344, 78.04231262207031, 8.078227043151855], "std": [7.562406539916992, 51.98896408081055, 52.58229064941406, 77.98552703857422, 32.1745491027832, 8.392090797424316], "count": [365]}, "observation.state": {"min": [12.93770694732666, -98.06315612792969, -54.4554443359375, -98.44155883789062, -4.583333492279053, 5.029781818389893], "max": [39.697750091552734, 66.56842041015625, 98.4698486328125, 97.83549499511719, 98.80208587646484, 38.05426788330078], "mean": [31.237167358398438, -66.61273193359375, 67.82828521728516, -42.7942008972168, 75.80168151855469, 8.513809204101562], "std": [7.249748706817627, 54.68327331542969, 53.307891845703125, 78.6611328125, 32.141197204589844, 8.589195251464844], "count": [365]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4465675857843137]], [[0.44415262254901966]], [[0.44052823733660135]]], "std": [[[0.2186440486966735]], [[0.22606186895629996]], [[0.24131580985473547]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488884579248366]], [[0.4608453962418301]], [[0.45462620098039214]]], "std": [[[0.2019898112860953]], [[0.20048348120222995]], [[0.20306803773263993]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.133333333333333], "mean": [6.0666666666666655], "std": [3.5122009560324927], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [365]}, "index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [365]}}}
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": 365,
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.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
+ "observation.images.side": {
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": "Put black cubes into the container"}
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:0449fcd4363dd0a82ff63620883f43f95498257d795b7e71753b40ae5cd8bc26
3
+ size 3441445
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc11742604dbfce75f78d303e91eb7c7aaa19c1669af9692ac15a2579bb9431
3
+ size 1238708