shuohsuan commited on
Commit
05a54ff
·
verified ·
1 Parent(s): 06f62d2

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:63626603f6ddbb6bcbcb72f8818527a20a6f79325e1da441b586473c8d4ccfa5
3
+ size 34798
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["start"], "length": 607}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-43.13098907470703, -100.0, -11.263110160827637, 24.268644332885742, -49.010990142822266, 0.09337068349123001], "max": [4.934327125549316, 19.514310836791992, 100.0, 83.02430725097656, 0.5616605877876282, 100.0], "mean": [-14.430659294128418, -15.648884773254395, 22.692785263061523, 62.408294677734375, -15.926074028015137, 28.563282012939453], "std": [19.622791290283203, 41.35434341430664, 36.9691047668457, 14.269881248474121, 15.605704307556152, 29.82276725769043], "count": [607]}, "observation.state": {"min": [-42.95874786376953, -100.0, -7.998150825500488, 25.397472381591797, -48.81562805175781, 0.7570543885231018], "max": [4.409672737121582, 20.347070693969727, 99.35275268554688, 82.71504211425781, 0.2686202824115753, 99.311767578125], "mean": [-14.384727478027344, -13.955121994018555, 23.94584083557129, 62.74127197265625, -15.637537956237793, 30.056428909301758], "std": [19.657054901123047, 41.87089920043945, 36.14120101928711, 14.147189140319824, 15.438457489013672, 28.036272048950195], "count": [607]}, "observation.images.side": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5409041254821602]], [[0.5402964346940962]], [[0.5467706826583093]]], "std": [[[0.2747736372189437]], [[0.276716669834504]], [[0.2687818441129693]]], "count": [122]}, "observation.images.wrist": {"min": [[[0.0392156862745098]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110315446533805]], [[0.4173755407559198]], [[0.40666308394942674]]], "std": [[[0.18912579770779625]], [[0.1746699317355939]], [[0.16252287016831082]]], "count": [122]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.1], "std": [5.840852297015869], "count": [607]}, "frame_index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [607]}, "index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [607]}}}
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": 607,
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,2 @@
 
 
 
1
+ {"task_index": 0, "task": "start"}
2
+ {"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:42e2aa410cbb856345fcb7c938979c1239b90694f77a0634dc31edab28e251da
3
+ size 6119401
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:a15286b301d9bbe5c3cc95237d76cd86b6d70d030b45794a5f706d862e90fb0c
3
+ size 241541