LeeAfe commited on
Commit
b75d26a
·
verified ·
1 Parent(s): 022fcc0

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:0836ad226b878d881d16bef093ae660c767e57dbc030191d5ae6b45ac25318d5
3
+ size 69679
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1797}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.899628162384033, -98.3065185546875, -98.5592041015625, -7.223672866821289, -41.62955093383789, 0.7217321395874023], "max": [7.881041049957275, 55.8001708984375, 99.90995025634766, 99.91297149658203, -2.6984543800354004, 31.51563835144043], "mean": [2.615562915802002, -0.8220766186714172, 10.640807151794434, 65.99864196777344, -18.409181594848633, 11.289576530456543], "std": [2.677299976348877, 43.30235290527344, 52.463623046875, 21.98883819580078, 13.929973602294922, 10.799555778503418], "count": [1797]}, "observation.state": {"min": [-3.0347890853881836, -97.5548095703125, -96.0360336303711, -5.836236953735352, -41.733821868896484, 1.624915361404419], "max": [7.475943565368652, 56.15514373779297, 99.54955291748047, 99.47734832763672, -2.808302879333496, 31.211915969848633], "mean": [2.620133876800537, -0.5171914100646973, 11.724225997924805, 66.12501525878906, -18.29269027709961, 11.36656379699707], "std": [2.728529214859009, 43.57402801513672, 52.111412048339844, 21.818418502807617, 13.89566421508789, 10.718586921691895], "count": [1797]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.033201700441650085]], [[0.015175494488254239]], [[0.0012527543928199298]]], "std": [[[0.031002562341448575]], [[0.021904475983158287]], [[0.012937882424323205]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}, "index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1797,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black 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:2ad1dee9fbad494a209b60fb02044b14e4ba65f32e5b194300d2db83f2a456d3
3
+ size 540946