shylee commited on
Commit
cb7cb24
·
verified ·
1 Parent(s): ce83955

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:ccc51256c17debe73471c5cda2e46fc40e245452b2fc9a6aa4db54556a748a5b
3
+ size 22177
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a Rubber and put it in the cup."], "length": 279}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-38.421356201171875, 68.62239074707031, 27.66195297241211, 41.09320068359375, -33.155006408691406, -0.934025764465332], "max": [24.00159454345703, 192.91946411132812, 176.46124267578125, 101.28773498535156, -0.204803466796875, 26.984554290771484], "mean": [2.3450164794921875, 97.54405212402344, 72.9192886352539, 86.5717544555664, -15.341140747070312, 8.456304550170898], "std": [23.711877822875977, 33.50774383544922, 35.87675476074219, 16.91557502746582, 11.503270149230957, 10.679200172424316], "count": [279]}, "observation.state": {"min": [-38.3203125, 68.90625, 33.486328125, 42.451171875, -32.6953125, 0.47233468294143677], "max": [23.466796875, 186.328125, 171.826171875, 100.986328125, 0.439453125, 26.38326644897461], "mean": [2.522996425628662, 97.3566665649414, 77.22530364990234, 86.04397583007812, -15.06489372253418, 8.57193374633789], "std": [23.220109939575195, 34.47428512573242, 36.47294616699219, 17.451274871826172, 11.692214965820312, 10.178257942199707], "count": [279]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45972388071895426]], [[0.4392146670751634]], [[0.4506490482026144]]], "std": [[[0.22496167700454112]], [[0.2157322003405965]], [[0.2174132428320967]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.26071898488562095]], [[0.2442487295751634]], [[0.24830809232026146]]], "std": [[[0.23008379860272177]], [[0.2362908552739692]], [[0.25915540967018497]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.266666666666667], "mean": [4.633333333333335], "std": [2.6846615070446793], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [279]}, "index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [279]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 279,
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.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
+ "observation.images.wrist": {
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 Rubber and put it in the cup."}
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:454eb259e7734421395305f009ef8c553b918af9ea0e31e478beb4803bd305b2
3
+ size 1882956
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9977bb0f41801a4467ffcbd7449cc1cf5946d5866b4dfa4178eead996c4707
3
+ size 875053