JeffSSC commited on
Commit
ae13ea0
·
verified ·
1 Parent(s): 745644c

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:7a2eea647d15b8cce403bb298b8b69e577a1f63e3763143e2331026605ac389f
3
+ size 17672
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Carta 2"], "length": 328}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-49.542293548583984, -98.75051879882812, -65.85148620605469, 16.37717056274414, -1.8570338487625122, 4.320987701416016], "max": [58.11058044433594, -23.948354721069336, 42.81903076171875, 93.87924194335938, 28.008140563964844, 30.109739303588867], "mean": [-12.411907196044922, -54.739131927490234, -24.967641830444336, 48.84661102294922, 10.54595947265625, 20.25704002380371], "std": [18.719928741455078, 32.29904556274414, 41.57558059692383, 34.320430755615234, 9.093233108520508, 11.82804012298584], "count": [328]}, "observation.state": {"min": [-48.97058868408203, -98.4225845336914, -65.77445983886719, 16.760225296020508, -1.4864171743392944, 5.1724138259887695], "max": [55.29411697387695, -24.36695671081543, 42.78192138671875, 93.74498748779297, 27.883136749267578, 29.7745361328125], "mean": [-12.332298278808594, -55.18387222290039, -24.947227478027344, 48.83970260620117, 10.496942520141602, 20.51917839050293], "std": [18.224353790283203, 31.812129974365234, 41.684486389160156, 34.13003158569336, 9.112875938415527, 11.19719409942627], "count": [328]}, "observation.images.cartas": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5504781781045752]], [[0.5458403145424837]], [[0.5679963194444444]]], "std": [[[0.2955530042597937]], [[0.2903406172152149]], [[0.25754364020279447]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.9], "mean": [5.449999999999999], "std": [3.1561668030839067], "count": [328]}, "frame_index": {"min": [0], "max": [327], "mean": [163.5], "std": [94.6850040925172], "count": [328]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [328]}, "index": {"min": [0], "max": [327], "mean": [163.5], "std": [94.6850040925172], "count": [328]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [328]}}}
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": 328,
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.cartas": {
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": "Carta 2"}
videos/chunk-000/observation.images.cartas/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f721f7f0a25bb6a4519a7e21ec2352c98db58cc978e597e3203d6ca3b71d28a
3
+ size 10484188