JunhaCha commited on
Commit
3c3ec70
·
verified ·
1 Parent(s): 722cf39

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:2a10b5d48ff9cb90b2fe2296aa0d7f39f3f8dacd57d31cb970b426717e0b8599
3
+ size 54933
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1793}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-21.14285659790039, -58.38827896118164, -11.5018310546875, 32.405372619628906, -15.780220031738281, 60.0], "max": [27.296703338623047, 4.9572649002075195, 49.25518798828125, 59.16971969604492, 1.0109890699386597, 60.29304122924805], "mean": [2.9265201091766357, -49.877410888671875, 41.53958511352539, 46.77992630004883, -6.568578243255615, 60.061187744140625], "std": [7.114790916442871, 13.084066390991211, 16.900266647338867, 4.086029052734375, 2.9377048015594482, 0.08960001915693283], "count": [1793]}, "observation.state": {"min": [-20.175825119018555, -60.0, -9.69474983215332, 36.117218017578125, -14.549450874328613, 60.39072036743164], "max": [26.41758155822754, 5.25030517578125, 54.13919448852539, 56.58119583129883, 0.3956044018268585, 60.976802825927734], "mean": [3.3035097122192383, -49.94611358642578, 42.1121826171875, 48.409339904785156, -6.560733318328857, 60.43824768066406], "std": [6.905705451965332, 13.343433380126953, 16.654918670654297, 3.119216203689575, 2.825218915939331, 0.06889872252941132], "count": [1793]}, "observation.images.front": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6002738458110517]], [[0.5653743152109328]], [[0.5586138740344622]]], "std": [[[0.18382851226368863]], [[0.19809961391692343]], [[0.2093401110407395]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.733333333333334], "mean": [29.866666666666667], "std": [17.253147860929932], "count": [1793]}, "frame_index": {"min": [0], "max": [1792], "mean": [896.0], "std": [517.594435827898], "count": [1793]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1793]}, "index": {"min": [0], "max": [1792], "mean": [896.0], "std": [517.594435827898], "count": [1793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1793]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "omx_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1793,
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
+ "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
+ "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": "Grab the black cube"}
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:bcd9029683e2aad9f0751063514675c812788213366d3b1f98e9cdb51dcb873b
3
+ size 21598660