sihyun77 commited on
Commit
f7d1813
·
verified ·
1 Parent(s): 2bd49d7

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:45ef217dca832c59ce3d48f6ac616f9a71c5e3dede4a6171e8ba33bef9f0dca0
3
+ size 262618
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 3768}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.05965232849121, -20.005889892578125, -3.472930908203125, 44.362327575683594, -118.52335357666016, -2.2941017150878906], "max": [47.74498748779297, 150.93287658691406, 168.63641357421875, 107.41844177246094, -52.14780807495117, 51.744300842285156], "mean": [9.816524505615234, 90.97266387939453, 109.25861358642578, 70.20366668701172, -86.63030242919922, 19.44953727722168], "std": [19.00168800354004, 44.24076843261719, 43.717750549316406, 12.608328819274902, 16.812721252441406, 18.15224838256836], "count": [3768]}, "observation.state": {"min": [-27.333984375, -15.64453125, 1.40625, 45.0, -109.3359375, -0.4615384638309479], "max": [46.58203125, 152.05078125, 161.982421875, 104.150390625, -52.20703125, 50.76923370361328], "mean": [9.60434627532959, 93.48686218261719, 105.47998046875, 69.79710388183594, -85.64167022705078, 22.253690719604492], "std": [18.48103141784668, 45.27968215942383, 43.031715393066406, 12.201244354248047, 15.995067596435547, 16.05841827392578], "count": [3768]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6253535679636438]], [[0.6425744361894064]], [[0.674718773828976]]], "std": [[[0.34693324260541997]], [[0.30445501106423645]], [[0.3368584964080325]]], "count": [480]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46172520509940085]], [[0.4668470145697168]], [[0.4971065338201253]]], "std": [[[0.2673720482140562]], [[0.25915344862506623]], [[0.2597138294846303]]], "count": [480]}, "timestamp": {"min": [0.0], "max": [125.56666666666666], "mean": [62.783333333333324], "std": [36.257595628236864], "count": [3768]}, "frame_index": {"min": [0], "max": [3767], "mean": [1883.5], "std": [1087.7278688471058], "count": [3768]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3768]}, "index": {"min": [0], "max": [3767], "mean": [1883.5], "std": [1087.7278688471058], "count": [3768]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3768]}}}
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": 3768,
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:ef751daf278d94eb972d7da62b3e9e68c8a36d01c23018be783f4a9614a78127
3
+ size 44854557
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:26942d0699237f61281c9357eea6dddf7b7290f3800219139d8b176f6951647f
3
+ size 41400999