vmss2009 commited on
Commit
d09b5c7
·
verified ·
1 Parent(s): 914e878

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:5adb75da71f39c911d95b98300ea078a7ef1eb81348d594977b4b5aa4b13e0ef
3
+ size 51894
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Plug in"], "length": 1252}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.345136642456055, -99.16212463378906, -86.53933715820312, 15.829145431518555, -12.970271110534668, 1.4184397459030151], "max": [5.961452484130859, 61.62547302246094, 98.81764221191406, 99.91624450683594, 6.182583332061768, 27.659574508666992], "mean": [-8.656414985656738, 6.867959499359131, -12.461631774902344, 85.43504333496094, -3.8441102504730225, 13.409537315368652], "std": [10.674614906311035, 68.74666595458984, 70.67257690429688, 18.583776473999023, 6.683917999267578, 8.754237174987793], "count": [1252]}, "observation.state": {"min": [-23.87568473815918, -97.7528076171875, -81.44144439697266, 18.53741455078125, -12.904911041259766, 1.9594594240188599], "max": [6.179159164428711, 62.31633377075195, 97.20720672607422, 98.7244873046875, 6.008359432220459, 27.5], "mean": [-8.42177677154541, 7.738687515258789, -11.473676681518555, 85.149658203125, -3.8984060287475586, 13.979504585266113], "std": [10.2291259765625, 69.04468536376953, 69.64763641357422, 18.43210792541504, 6.643543720245361, 8.767084121704102], "count": [1252]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41152429193899787]], [[0.41323352007469655]], [[0.41132732778296505]]], "std": [[[0.23764556866589553]], [[0.23763922915653032]], [[0.2376921952416545]]], "count": [210]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.047371774236348], "count": [1252]}, "frame_index": {"min": [0], "max": [1251], "mean": [625.5], "std": [361.4211532270905], "count": [1252]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1252]}, "index": {"min": [0], "max": [1251], "mean": [625.5], "std": [361.4211532270905], "count": [1252]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1252]}}}
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": 1252,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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": "Plug in"}
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:8394a3caf0176735f5a858676ed848a1ee1fdaea38f6ff1a5b1e7a54c254adcd
3
+ size 22846551