weeenwang commited on
Commit
e2b6345
·
verified ·
1 Parent(s): b620d10

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:90137770d0ce562eae045fd775d41e594f7d3b91ccefc5d05b7b90f135d411bd
3
+ size 40436
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": [-42.92972183227539, -99.73057556152344, -46.274322509765625, 24.225229263305664, -6.062203407287598, 0.317965030670166], "max": [9.483489036560059, 42.613380432128906, 100.0, 62.81100082397461, -3.2683184146881104, 41.57392501831055], "mean": [3.125349760055542, -80.44859313964844, 82.49263763427734, 53.15931701660156, -4.217762470245361, 2.573768377304077], "std": [12.939449310302734, 42.190616607666016, 38.46482467651367, 8.020720481872559, 0.6609026193618774, 7.833132743835449], "count": [1502]}, "observation.state": {"min": [-42.091835021972656, -99.38703918457031, -43.399810791015625, 26.681127548217773, -6.240167617797852, 1.0245901346206665], "max": [9.523809432983398, 42.994747161865234, 99.71510314941406, 62.25596618652344, -3.4084949493408203, 41.256832122802734], "mean": [3.2630395889282227, -79.954833984375, 82.6004638671875, 52.668888092041016, -4.090824604034424, 3.272923231124878], "std": [13.014805793762207, 42.491676330566406, 37.868125915527344, 7.257929801940918, 0.7021363973617554, 7.7618513107299805], "count": [1502]}, "observation.images.grip": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3919035117158897]], [[0.4148390590676105]], [[0.38738004857890596]]], "std": [[[0.1457418141593778]], [[0.15071999539722855]], [[0.14730596255925874]]], "count": [241]}, "observation.images.fixed": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.2826800004407019]], [[0.30201567118894584]], [[0.2818952290632712]]], "std": [[[0.18921585342274844]], [[0.20229374131015573]], [[0.20278193754025087]]], "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:8234ba1f6759226395da30ad77cbc66515a8a9956ef999a63019f8151f5041b1
3
+ size 8767362
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:0d152711fc9b3f38d69ac6357b3c22a26dc750ac04cd9bbbec498ad047f1e3b5
3
+ size 4951340