shylee commited on
Commit
47b741d
·
verified ·
1 Parent(s): c757eb4

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:2acb0e6ff6ecd3c1c9a61cd9497c54c178f2285a380ca5c40afd04b42a78cb73
3
+ size 41559
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a Rubber and put it in the cup."], "length": 626}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-43.251861572265625, 67.845458984375, 63.67008972167969, 40.84195327758789, -4.813503742218018, -0.3242197036743164], "max": [-2.458998680114746, 192.06822204589844, 176.0780487060547, 95.06494140625, 44.07044219970703, 36.378509521484375], "mean": [-34.67902755737305, 88.11664581298828, 97.92293548583984, 65.9997329711914, 28.963960647583008, 24.81207275390625], "std": [10.309642791748047, 37.86979675292969, 25.403934478759766, 11.360088348388672, 12.152859687805176, 11.914694786071777], "count": [626]}, "observation.state": {"min": [-42.71484375, 69.345703125, 70.48828125, 42.275390625, -3.955078125, 0.5398110747337341], "max": [-0.615234375, 186.767578125, 171.826171875, 94.658203125, 43.76953125, 35.762481689453125], "mean": [-35.51637649536133, 88.42401123046875, 99.15213775634766, 67.19403076171875, 28.962066650390625, 25.031963348388672], "std": [11.017485618591309, 37.29560470581055, 25.076019287109375, 11.1163911819458, 12.226812362670898, 11.932513236999512], "count": [626]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45844033986928107]], [[0.4384843709150327]], [[0.4504870539215686]]], "std": [[[0.22747413104870928]], [[0.22628446683293005]], [[0.24295640402235436]]], "count": [125]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.984313725490196]]], "mean": [[[0.24987187091503266]], [[0.22292032352941177]], [[0.1970322859477124]]], "std": [[[0.2023336508426538]], [[0.1896614784049063]], [[0.18617275644634038]]], "count": [125]}, "timestamp": {"min": [0.0], "max": [20.833333333333332], "mean": [10.416666666666664], "std": [6.023680122833733], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}, "index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}}}
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": 626,
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.front": {
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": "Grasp a Rubber and put it in the cup."}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73cd2c3aebe4a9ab8e2aed029a36e3aeb9d034676d52cb9e954c8b5734cc4282
3
+ size 4707787
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:abd1b4a60966ef7fa8eaf895bd12d870b9b8d2efe4260c4e86e2f5034f333e15
3
+ size 1620462