Zhaoting123 commited on
Commit
d622341
·
verified ·
1 Parent(s): 35810c8

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:43b21c14972d84e54cc33e1671c30189e484b27164063dc14f140ac9ede40e37
3
+ size 81208
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a card and use it to clean the desk"], "length": 1657}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-45.966796875, 21.181640625, 18.369140625, -77.783203125, -38.935546875, -10.810546875], "max": [29.443359375, 132.275390625, 174.287109375, 100.810546875, 45.0, 33.57421875], "mean": [-4.310247421264648, 74.2857894897461, 96.3307113647461, 22.081218719482422, 9.67672061920166, -3.7917087078094482], "std": [15.300423622131348, 30.85701560974121, 52.84612274169922, 58.829776763916016, 13.77076244354248, 13.817241668701172], "count": [1657]}, "observation.state": {"min": [-45.966796875, 21.005859375, 18.193359375, -74.35546875, -38.232421875, -6.064453125], "max": [29.00390625, 130.25390625, 173.935546875, 99.052734375, 44.82421875, 34.189453125], "mean": [-4.48258113861084, 73.09175872802734, 97.66424560546875, 23.705703735351562, 9.740530014038086, 0.15923213958740234], "std": [15.346779823303223, 30.71067237854004, 53.0816535949707, 57.49245071411133, 13.75057601928711, 12.262519836425781], "count": [1657]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.11437452841496959]], [[0.09544472282156106]], [[0.08547436012693366]]], "std": [[[0.2633877214091862]], [[0.22847696345915067]], [[0.20315292432193582]]], "count": [259]}, "timestamp": {"min": [0.0], "max": [55.2], "mean": [27.599999999999998], "std": [15.94448703052772], "count": [1657]}, "frame_index": {"min": [0], "max": [1656], "mean": [828.0], "std": [478.3346109158316], "count": [1657]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1657]}, "index": {"min": [0], "max": [1656], "mean": [828.0], "std": [478.3346109158316], "count": [1657]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1657]}}}
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": 1657,
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:5bc734f843faa14b5986f52aec3ad6420812fd0dd5b9c7b2040735396ab3312b
3
+ size 8669819