sihyun77 commited on
Commit
9824f30
·
verified ·
1 Parent(s): d0c54d5

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:1a68361b9db6777988171de27ef4fd9d8e5c213ee1e8f45ffc732acdb63abdee
3
+ size 465571
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 7001}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-33.22801208496094, -11.255851745605469, -0.24198532104492188, -84.02910614013672, -41.09148025512695, -0.4343891143798828], "max": [29.09101104736328, 167.91859436035156, 143.5072021484375, 86.9063491821289, 11.547457695007324, 56.651039123535156], "mean": [1.0750041007995605, 94.3813705444336, 59.3670539855957, -4.723213195800781, -5.517882823944092, 13.063312530517578], "std": [14.485247611999512, 55.431156158447266, 44.79209518432617, 58.379730224609375, 11.207846641540527, 13.036219596862793], "count": [7001]}, "observation.state": {"min": [-32.255859375, -9.404296875, 0.263671875, -81.474609375, -39.111328125, 1.2430938482284546], "max": [27.94921875, 166.9921875, 141.416015625, 85.78125, 9.580078125, 55.52486038208008], "mean": [1.0642787218093872, 95.5032730102539, 58.27645492553711, -4.929837703704834, -5.241502285003662, 13.626588821411133], "std": [14.052584648132324, 55.30442428588867, 44.26179504394531, 57.590599060058594, 10.93458080291748, 11.821130752563477], "count": [7001]}, "observation.images.laptop": {"min": [[[0.03529411764705882]], [[0.00392156862745098]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7052912023687471]], [[0.6860789423939511]], [[0.7203499500726217]]], "std": [[[0.16937273557462001]], [[0.16844313589162757]], [[0.1717406114795365]]], "count": [765]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5297700777478748]], [[0.5427097697466786]], [[0.5687356847259601]]], "std": [[[0.22513046124264333]], [[0.20750201708215935]], [[0.19633654301532677]]], "count": [765]}, "timestamp": {"min": [0.0], "max": [233.33333333333334], "mean": [116.66666666666666], "std": [67.36715322271925], "count": [7001]}, "frame_index": {"min": [0], "max": [7000], "mean": [3500.0], "std": [2021.0145966815776], "count": [7001]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [7001]}, "index": {"min": [0], "max": [7000], "mean": [3500.0], "std": [2021.0145966815776], "count": [7001]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [7001]}}}
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": 7001,
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.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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 lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a074ffa0afa0a0c03938569e5d66bf7ad1cea7ba6fcbc72971f0e1e74e07febf
3
+ size 28617960
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbd542b022ce142ba1a2dbb378023f49e9e5f9dea0d99f6c473ea96037cb6d6
3
+ size 41118743