prerit2k commited on
Commit
d07900e
·
verified ·
1 Parent(s): 515d91d

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:63cdeaeaac601a2cf3d5f50af55a67a1cfbb4e9159838fc031eab0f08add7552
3
+ size 5986
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Recording evaluation episode using Bench01"], "length": 32}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.012696268036961555, 1.0840377807617188, 0.4445214867591858, 0.5751160979270935, -0.06921098381280899, -0.07106666266918182, 1.4330280464491807e-05], "max": [0.00319555401802063, 1.5417249202728271, 0.5338536500930786, 0.8392614722251892, -0.0022715628147125244, -0.012522248551249504, 1.4674264093628153e-05], "mean": [-0.008829263970255852, 1.4643568992614746, 0.46782031655311584, 0.7564971446990967, -0.060752615332603455, -0.06478501856327057, 1.4583374650101177e-05], "std": [0.004901467356830835, 0.10175442695617676, 0.028365174308419228, 0.07770483195781708, 0.01547288615256548, 0.01411047950387001, 9.652998755882436e-08], "count": [32]}, "observation.state": {"min": [-0.012779430486261845, 1.0465781688690186, 0.44537270069122314, 0.5430304408073425, -0.07000076025724411, -0.0707637146115303, -1.7546117305755615e-06], "max": [0.0032425420358777046, 1.5421148538589478, 0.535400927066803, 0.8333333134651184, -0.00019073777366429567, -0.000572213320992887, 1.1596828699111938e-05], "mean": [-0.008261329494416714, 1.4363865852355957, 0.47237396240234375, 0.743126392364502, -0.05694713443517685, -0.060678452253341675, 8.258968591690063e-06], "std": [0.005335639230906963, 0.14274920523166656, 0.030689630657434464, 0.08269643038511276, 0.021346816793084145, 0.020819474011659622, 4.7936364353518e-06], "count": [32]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460153203295207]], [[0.4815786100898693]], [[0.472448052832244]]], "std": [[[0.2886543537320147]], [[0.23677962916031228]], [[0.22927815191474915]]], "count": [32]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.39467138991013073]], [[0.36675403390522876]], [[0.34324586397058826]]], "std": [[[0.2285673014893817]], [[0.19318381491810116]], [[0.1809142964979543]]], "count": [32]}, "timestamp": {"min": [0.0], "max": [1.0333333333333334], "mean": [0.5166666666666667], "std": [0.3077697552103231], "count": [32]}, "frame_index": {"min": [0], "max": [31], "mean": [15.5], "std": [9.233092656309694], "count": [32]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [32]}, "index": {"min": [0], "max": [31], "mean": [15.5], "std": [9.233092656309694], "count": [32]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [32]}}}
meta/info.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "trossen_subversion": "v1.0",
4
+ "robot_type": "trossen_ai_solo",
5
+ "total_episodes": 1,
6
+ "total_frames": 32,
7
+ "total_tasks": 1,
8
+ "total_videos": 2,
9
+ "total_chunks": 1,
10
+ "chunks_size": 1000,
11
+ "fps": 30,
12
+ "splits": {
13
+ "train": "0:1"
14
+ },
15
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
16
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
17
+ "features": {
18
+ "action": {
19
+ "dtype": "float32",
20
+ "shape": [
21
+ 7
22
+ ],
23
+ "names": [
24
+ "main_joint_0",
25
+ "main_joint_1",
26
+ "main_joint_2",
27
+ "main_joint_3",
28
+ "main_joint_4",
29
+ "main_joint_5",
30
+ "main_joint_6"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 7
37
+ ],
38
+ "names": [
39
+ "main_joint_0",
40
+ "main_joint_1",
41
+ "main_joint_2",
42
+ "main_joint_3",
43
+ "main_joint_4",
44
+ "main_joint_5",
45
+ "main_joint_6"
46
+ ]
47
+ },
48
+ "observation.images.cam_main": {
49
+ "dtype": "video",
50
+ "shape": [
51
+ 360,
52
+ 640,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "video.fps": 30.0,
62
+ "video.height": 360,
63
+ "video.width": 640,
64
+ "video.channels": 3,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "has_audio": false
69
+ }
70
+ },
71
+ "observation.images.cam_wrist": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 360,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.fps": 30.0,
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "timestamp": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "episode_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "task_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ }
129
+ }
130
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Recording evaluation episode using Bench01"}
videos/chunk-000/observation.images.cam_main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7961c520c35b672e60ddd07293e367953b4b76cc2d3c1e235acecc1f3f1ee4
3
+ size 433287
videos/chunk-000/observation.images.cam_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d67618e9ac9093eb6a7b97ae4cd454275a2c320cbcd68df8ad45a0736a22a24
3
+ size 130075