kwangchaeko commited on
Commit
0d535a1
·
verified ·
1 Parent(s): 2e6dc20

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:b40a5bbafadf48a923c868b6138aac9c842200d231a29e59f80edd557a7bb1d7
3
+ size 61838
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["follow hand"], "length": 1201}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.868546009063721, 76.40086364746094, 36.25688552856445, 45.9015007019043], "max": [2.3070192337036133, 135.94285583496094, 133.5201873779297, 101.56777954101562], "mean": [-2.6049258708953857, 121.25411224365234, 100.62259674072266, 72.77989196777344], "std": [1.6689163446426392, 14.929098129272461, 19.789682388305664, 11.452499389648438], "count": [1201]}, "observation.state": {"min": [-5.888671875, 77.431640625, 37.6171875, 46.669921875], "max": [2.373046875, 134.208984375, 133.505859375, 100.986328125], "mean": [-2.6206188201904297, 121.09152221679688, 101.25480651855469, 72.8086166381836], "std": [1.658638834953308, 14.957555770874023, 19.768796920776367, 11.359782218933105], "count": [1201]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6425908244425221]], [[0.5673736653770985]], [[0.5931025056468666]]], "std": [[[0.4127262581831238]], [[0.37459634872200626]], [[0.3899118892357534]]], "count": [204]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.556623882239812], "count": [1201]}, "frame_index": {"min": [0], "max": [1200], "mean": [600.0], "std": [346.69871646719434], "count": [1201]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1201]}, "index": {"min": [0], "max": [1200], "mean": [600.0], "std": [346.69871646719434], "count": [1201]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1201]}}}
meta/info.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 1201,
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
+ 4
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex"
27
+ ]
28
+ },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 4
33
+ ],
34
+ "names": [
35
+ "main_shoulder_pan",
36
+ "main_shoulder_lift",
37
+ "main_elbow_flex",
38
+ "main_wrist_flex"
39
+ ]
40
+ },
41
+ "observation.images.laptop": {
42
+ "dtype": "video",
43
+ "shape": [
44
+ 480,
45
+ 640,
46
+ 3
47
+ ],
48
+ "names": [
49
+ "height",
50
+ "width",
51
+ "channels"
52
+ ],
53
+ "info": {
54
+ "video.fps": 30.0,
55
+ "video.height": 480,
56
+ "video.width": 640,
57
+ "video.channels": 3,
58
+ "video.codec": "av1",
59
+ "video.pix_fmt": "yuv420p",
60
+ "video.is_depth_map": false,
61
+ "has_audio": false
62
+ }
63
+ },
64
+ "timestamp": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "episode_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "task_index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ }
99
+ }
100
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "follow hand"}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c33401dadc3efd0abab50a7dff6627ced578aadef31305eb088000a3deb9482
3
+ size 19392956