shuohsuan commited on
Commit
aa16002
·
verified ·
1 Parent(s): b00eedf

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:542dc578304e2258895ccda40c576a417c6175603412acaaf652c6bfc1d876a8
3
+ size 59959
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["start"], "length": 833}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-58.48359298706055, -98.69973754882812, 13.945100784301758, 28.782629013061523, -37.401206970214844, 0.3776206970214844], "max": [-0.8267860412597656, -7.692754745483398, 98.96633911132812, 82.54535675048828, 4.339344024658203, 55.39708709716797], "mean": [-33.481388092041016, -43.52220916748047, 53.47774887084961, 51.28292465209961, -8.096800804138184, 29.159664154052734], "std": [17.47270393371582, 32.46419143676758, 27.815673828125, 16.858781814575195, 13.519939422607422, 16.147851943969727], "count": [833]}, "observation.state": {"min": [-58.46372604370117, -100.0, 16.874711990356445, 29.718711853027344, -36.996337890625, 1.5141087770462036], "max": [-0.7112375497817993, -7.245119094848633, 99.35275268554688, 82.22584533691406, 4.273504257202148, 53.95732879638672], "mean": [-33.634708404541016, -42.37153625488281, 54.78371047973633, 51.621376037597656, -7.845571994781494, 29.0579833984375], "std": [17.476213455200195, 33.043575286865234, 27.841806411743164, 16.769453048706055, 13.413471221923828, 16.13637351989746], "count": [833]}, "observation.images.side": {"min": [[[0.01568627450980392]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.523269858212102]], [[0.5236316980286738]], [[0.5310235452245414]]], "std": [[[0.26729624727223433]], [[0.2687819844392416]], [[0.2610737938594066]]], "count": [155]}, "observation.images.wrist": {"min": [[[0.023529411764705882]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41010896847986505]], [[0.4375537634408602]], [[0.43231608950031625]]], "std": [[[0.2157726145972344]], [[0.19149056405038883]], [[0.17153127839907384]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.733333333333334], "mean": [13.866666666666664], "std": [8.015540461434206], "count": [833]}, "frame_index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}, "index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 833,
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.side": {
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": "start"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73df48e58c10785010bf8884b5d175f1ae3dff21f913b43994ebfb93d9126305
3
+ size 7248541
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:cdf36535761008191b409241f9bc97a4c7eb9916c6e4ff8a886b8d4cacab6b2a
3
+ size 6354012