Zhaoting123 commited on
Commit
d8bcf7a
·
verified ·
1 Parent(s): f7ccb08

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:bfbf4e646ce05c9dd07d43dbf2e22e80a1382bd775f9ada9ca184458f8abcd68
3
+ size 81572
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a card and use it to clean the desk"], "length": 1695}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-26.630859375, 39.90234375, 53.701171875, -73.125, -31.552734375, -9.84375], "max": [22.763671875, 132.802734375, 175.78125, 82.96875, 27.7734375, 38.583984375], "mean": [-2.8707826137542725, 85.27257537841797, 110.1157455444336, 28.567644119262695, 8.476181983947754, 0.6036711931228638], "std": [14.331887245178223, 24.399511337280273, 37.814453125, 47.40046691894531, 12.528434753417969, 15.00753402709961], "count": [1695]}, "observation.state": {"min": [-26.103515625, 39.90234375, 54.66796875, -72.333984375, -31.025390625, -5.361328125], "max": [22.763671875, 130.517578125, 174.638671875, 82.6171875, 27.861328125, 37.79296875], "mean": [-2.995851755142212, 84.4856948852539, 111.21849822998047, 29.230548858642578, 8.283289909362793, 3.2804203033447266], "std": [14.312325477600098, 24.131982803344727, 37.548072814941406, 46.908226013183594, 12.44651985168457, 13.190120697021484], "count": [1695]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9490196078431372]]], "mean": [[[0.11141392091874629]], [[0.09098457847469796]], [[0.0800408481258665]]], "std": [[[0.25706449747421767]], [[0.2216596896849091]], [[0.19458160368993238]]], "count": [264]}, "timestamp": {"min": [0.0], "max": [56.46666666666667], "mean": [28.23333333333333], "std": [16.310142266109782], "count": [1695]}, "frame_index": {"min": [0], "max": [1694], "mean": [847.0], "std": [489.30426798329347], "count": [1695]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1695]}, "index": {"min": [0], "max": [1694], "mean": [847.0], "std": [489.30426798329347], "count": [1695]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1695]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 1695,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.phone": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp a card and use it to clean the desk"}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3d741391821e217ba1ce9d7903e815add13a7cb2480fa30e9db63986a9205e
3
+ size 9532201