Biamterdex commited on
Commit
d25e01d
·
verified ·
1 Parent(s): 27b3b6d

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:155b04249c0d060d3f3d71d825ac814a18aac0d20d403c7139015b2a0cc4eaeb
3
+ size 4916
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the cube"], "length": 73}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.319149017333984, -99.8324966430664, 97.11711883544922, 62.978721618652344, -1.6482031345367432, 0.6633499264717102], "max": [-5.319149017333984, -99.8324966430664, 97.11711883544922, 62.978721618652344, -1.6482031345367432, 0.6633499264717102], "mean": [-5.319151878356934, -99.83251190185547, 97.11715698242188, 62.978721618652344, -1.6482025384902954, 0.663349449634552], "std": [2.86102294921875e-06, 1.52587890625e-05, 3.814697265625e-05, 0.0, 5.960464477539062e-07, 4.76837158203125e-07], "count": [73]}, "observation.state": {"min": [-5.757931709289551, -99.40978240966797, 98.28751373291016, 62.9661750793457, -2.09330153465271, 1.6666666269302368], "max": [-5.757931709289551, -99.40978240966797, 98.28751373291016, 62.9661750793457, -2.09330153465271, 1.6666666269302368], "mean": [-5.757933616638184, -99.40969848632812, 98.28756713867188, 62.96614074707031, -2.09330153465271, 1.6666656732559204], "std": [1.9073486328125e-06, 8.392333984375e-05, 5.340576171875e-05, 3.4332275390625e-05, 0.0, 9.5367431640625e-07], "count": [73]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.7843137254901961]], [[0.792156862745098]]], "mean": [[[0.5485351251231085]], [[0.5513060731712777]], [[0.5564909683051302]]], "std": [[[0.21720178633526982]], [[0.22486706924991853]], [[0.22250111388845958]]], "count": [73]}, "observation.images.gripper_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6416644311263319]], [[0.639637565471394]], [[0.6404361178261259]]], "std": [[[0.2530338015836153]], [[0.27589110431293795]], [[0.2932527212196713]]], "count": [73]}, "timestamp": {"min": [0.0], "max": [2.4], "mean": [1.2000000000000002], "std": [0.7023769168568492], "count": [73]}, "frame_index": {"min": [0], "max": [72], "mean": [36.0], "std": [21.071307505705477], "count": [73]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [73]}, "index": {"min": [0], "max": [72], "mean": [36.0], "std": [21.071307505705477], "count": [73]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [73]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 73,
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.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.gripper_cam": {
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": "Grab the cube"}
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:6c18e90cc52d5cc2f2405a4713854b2a9acdf2946f1ffc5529c99e4b7b154585
3
+ size 153682
videos/chunk-000/observation.images.gripper_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9eed15f23f8087515142a0012b4236d8017832332c51b74209c71445f1b40a
3
+ size 577009