frankbossvvvv commited on
Commit
a7dcfe2
·
verified ·
1 Parent(s): 754b85c

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:1ad7d90b9aa677bcdc47780ed62eebe6bd9f3f55d28f313e953f3389bce65d24
3
+ size 62874
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1485}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-44.99441909790039, -99.91659545898438, -27.044025421142578, 7.979626655578613, -100.0, 3.3898305892944336], "max": [36.13695526123047, 60.46705627441406, 99.64060974121094, 99.32088470458984, -74.0740737915039, 42.73607635498047], "mean": [-3.839031934738159, 19.341157913208008, 2.3504798412323, 47.423484802246094, -89.69886016845703, 24.30608367919922], "std": [25.442399978637695, 43.207950592041016, 37.30557632446289, 23.481157302856445, 8.357184410095215, 15.82773208618164], "count": [1485]}, "observation.state": {"min": [-44.830162048339844, -99.41324615478516, -25.889678955078125, 8.855098724365234, -99.35107421875, 11.134751319885254], "max": [36.020904541015625, 60.184410095214844, 99.11032104492188, 98.5688705444336, -74.30239868164062, 42.12765884399414], "mean": [-3.8118739128112793, 20.62550926208496, 3.7490286827087402, 47.50196075439453, -89.56904602050781, 26.669063568115234], "std": [25.414268493652344, 44.05581283569336, 37.51708221435547, 23.43364906311035, 8.046241760253906, 13.248019218444824], "count": [1485]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5467100382517023]], [[0.5130580125181174]], [[0.5022730672464244]]], "std": [[[0.16670624554089494]], [[0.179555571872606]], [[0.19793342098472783]]], "count": [239]}, "timestamp": {"min": [0.0], "max": [49.46666666666667], "mean": [24.733333333333334], "std": [14.289415922542371], "count": [1485]}, "frame_index": {"min": [0], "max": [1484], "mean": [742.0], "std": [428.6824776762711], "count": [1485]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1485]}, "index": {"min": [0], "max": [1484], "mean": [742.0], "std": [428.6824776762711], "count": [1485]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1485]}}}
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": 1485,
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:453fad1fcebceed29f996801cc5314ef12b0f6e8da2042f6a5923ffe4becee7f
3
+ size 12594495