weeenwang commited on
Commit
5960dc1
·
verified ·
1 Parent(s): c52da4f

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:d8da1504b348986d12f4f8972bccecc3c6ad2b6167317a0eb3fda5ba77e7d1be
3
+ size 29316
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["抓住黑色方塊"], "length": 1502}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [4.9957661628723145, -99.37135314941406, 99.7152328491211, 56.78742980957031, -5.851344108581543, 0.7154213190078735], "max": [4.9957661628723145, -99.37135314941406, 99.7152328491211, 56.78742980957031, -5.851344108581543, 0.7154213190078735], "mean": [4.9957122802734375, -99.37330627441406, 99.7170639038086, 56.78834915161133, -5.851449966430664, 0.7154102921485901], "std": [5.3882336942479014e-05, 0.001953125, 0.0018310546875, 0.0009193356381729245, 0.00010585745621938258, 1.1026751053577755e-05], "count": [1502]}, "observation.state": {"min": [5.102040767669678, -98.94921112060547, 99.71510314941406, 56.09544372558594, -5.6633453369140625, 0.8879781365394592], "max": [5.102040767669678, -98.68651580810547, 99.71510314941406, 56.09544372558594, -5.6633453369140625, 0.8879781365394592], "mean": [5.102050304412842, -98.94754791259766, 99.71705627441406, 56.09447479248047, -5.66343879699707, 0.8879768252372742], "std": [9.5367431640625e-06, 0.009920082055032253, 0.001953125, 0.0009689238504506648, 9.34600830078125e-05, 1.3113021850585938e-06], "count": [1502]}, "observation.images.grip": {"min": [[[0.0]], [[0.0392156862745098]], [[0.0]]], "max": [[[0.6509803921568628]], [[0.6666666666666666]], [[0.6549019607843137]]], "mean": [[[0.449387437962737]], [[0.473512579495837]], [[0.4450922558511648]]], "std": [[[0.1521239813468629]], [[0.158361946722479]], [[0.15261103984002852]]], "count": [241]}, "observation.images.fixed": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.7137254901960784]], [[0.6784313725490196]]], "mean": [[[0.31018295314322136]], [[0.3294676253627315]], [[0.30992803677487596]]], "std": [[[0.18822736600097517]], [[0.20332278713308702]], [[0.20704442202450468]]], "count": [241]}, "timestamp": {"min": [0.0], "max": [50.03333333333333], "mean": [25.016666666666666], "std": [14.452998535482754], "count": [1502]}, "frame_index": {"min": [0], "max": [1501], "mean": [750.5], "std": [433.58995606448264], "count": [1502]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1502]}, "index": {"min": [0], "max": [1501], "mean": [750.5], "std": [433.58995606448264], "count": [1502]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1502]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1502,
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
+ "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.grip": {
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.fixed": {
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": "抓住黑色方塊"}
videos/chunk-000/observation.images.fixed/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e44c042039d993dde8255ca540e81f381d20773127a0c32a94626342ab9ec4
3
+ size 8080083
videos/chunk-000/observation.images.grip/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e396da6df0640bb5a7dab10572342460ed698a539eb8277a94782e79a1893740
3
+ size 4944071