Deepkar commited on
Commit
0fd3983
·
verified ·
1 Parent(s): f027fff

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:7848b513336cbb12c29279ab82cb4496029dad7c184bf660bd4c6d21d458b749
3
+ size 28037
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the toy llama"], "length": 954}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.63341522216797, -75.49271392822266, -99.86072540283203, -31.13255500793457, 77.30116271972656, 12.079999923706055], "max": [56.00997543334961, 100.0, -5.013927459716797, -20.26409339904785, 78.10545349121094, 12.960000038146973], "mean": [-4.245886325836182, -13.90544605255127, -41.322879791259766, -24.414304733276367, 77.69046783447266, 12.140179634094238], "std": [21.493492126464844, 68.1020278930664, 43.201473236083984, 4.863739490509033, 0.15081718564033508, 0.17885103821754456], "count": [954]}, "observation.state": {"min": [-45.51539611816406, -5.103785037994385, -97.80353546142578, -27.63819122314453, 77.17121887207031, 12.185066223144531], "max": [55.55555725097656, 99.75579833984375, -8.846858024597168, -21.231155395507812, 84.51612854003906, 12.963810920715332], "mean": [-4.6399827003479, 22.87932586669922, -42.47962188720703, -23.809879302978516, 80.4779281616211, 12.517374992370605], "std": [21.270442962646484, 40.62905502319336, 41.932960510253906, 2.9466044902801514, 3.1533942222595215, 0.28024592995643616], "count": [954]}, "observation.images.front": {"min": [[[0.00784313725490196]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3837578474372205]], [[0.3636817523793143]], [[0.33461697817528574]]], "std": [[[0.253276082550468]], [[0.21675779789336214]], [[0.21954142384624703]]], "count": [171]}, "timestamp": {"min": [0.0], "max": [31.766666666666666], "mean": [15.883333333333335], "std": [9.17986423687232], "count": [954]}, "frame_index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [954]}, "index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [954]}}}
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": 954,
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 toy llama"}
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:c114689016ea0bcce2cd22a26b562db2fa1c86b3c7c280567c9ede5446495299
3
+ size 10216455