renjielv030 commited on
Commit
2191e11
·
verified ·
1 Parent(s): 6a10d5f

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:d9f0a049f355897ec21a6e752bfb294d255728c229c404d8cca6e06e87c65d9e
3
+ size 21653
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a bottle_cap and put it in the cube."], "length": 426}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [50.185546875, 69.78515625, 91.23046875, -45.439453125, 71.71875, -11.162109375], "max": [112.763671875, 137.021484375, 178.76953125, 55.8984375, 89.296875, 33.92578125], "mean": [90.49620056152344, 112.06303405761719, 142.71701049804688, 8.232008934020996, 80.75106048583984, 15.007840156555176], "std": [19.24948501586914, 22.300189971923828, 29.992441177368164, 30.505348205566406, 5.340068340301514, 18.375574111938477], "count": [426]}, "observation.state": {"min": [50.44921875, 69.609375, 93.515625, -45.615234375, 89.82421875, -0.615234375], "max": [112.1484375, 130.78125, 178.857421875, 55.8984375, 90.087890625, 34.189453125], "mean": [90.466064453125, 109.89575958251953, 144.34722900390625, 8.334547996520996, 89.9307861328125, 18.033052444458008], "std": [19.232805252075195, 21.009117126464844, 28.853755950927734, 30.355037689208984, 0.1067972183227539, 14.78052043914795], "count": [426]}, "observation.images.laptop": {"min": [[[0.01568627450980392]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.681853545751634]], [[0.4090942218137255]], [[0.35851797385620915]]], "std": [[[0.224626456683638]], [[0.12674510667618633]], [[0.1263741700556556]]], "count": [100]}, "observation.images.cam2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7866332883986928]], [[0.5228768607026144]], [[0.48143383578431376]]], "std": [[[0.2331689307149451]], [[0.17676767229285134]], [[0.18127532255511744]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.166666666666666], "mean": [7.083333333333333], "std": [4.099175617211434], "count": [426]}, "frame_index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}, "index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 426,
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
+ "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.laptop": {
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.cam2": {
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": "Grasp a bottle_cap and put it in the cube."}
videos/chunk-000/observation.images.cam2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46312ce4658dcfabb65ac5178634e8cc4db6b08507a376caa00fdcd7b8bc2e7b
3
+ size 4602655
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:b01bba9b8cf85462b5673835eb3f4355b802f516bafeaeb6e18d94b00188be54
3
+ size 3522921