prerit2k commited on
Commit
da64ad4
·
verified ·
1 Parent(s): 3940d51

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:5a41bf5e644dacb660210ada6ec637b8bdf0ac55f2c233b33e7dc02d1fd1f3fb
3
+ size 51137
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Recording evaluation episode using Bench01"], "length": 837}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.008643750101327896, 1.0973042249679565, 0.5235878825187683, 0.6630429029464722, 0.003331191837787628, -0.0702255591750145, 1.4478096090897452e-05], "max": [-0.0006803360302001238, 1.2754343748092651, 0.5239540934562683, 0.8640646934509277, 0.12155088782310486, 0.21165913343429565, 1.5104179510672111e-05], "mean": [-0.0009385485318489373, 1.2727420330047607, 0.5239496827125549, 0.7791614532470703, 0.11891760677099228, 0.1930939108133316, 1.4878788533678744e-05], "std": [0.000591422664001584, 0.012819858267903328, 3.1695872166892514e-05, 0.010547076351940632, 0.010805092751979828, 0.029951222240924835, 5.778917255838678e-08], "count": [837]}, "observation.state": {"min": [-0.008964675478637218, 1.046959638595581, 0.5167086124420166, 0.6280995011329651, -0.00019073777366429567, -0.061226826161146164, -1.7546117305755615e-06], "max": [-0.00019073777366429567, 1.275844931602478, 0.5296788215637207, 0.8733882904052734, 0.12111848592758179, 0.21000228822231293, 1.4934688806533813e-05], "mean": [-0.0010420961771160364, 1.2717806100845337, 0.523768424987793, 0.7785412669181824, 0.11831524968147278, 0.1921868473291397, 1.2015556421829388e-05], "std": [0.000608704227488488, 0.018180256709456444, 0.0005159738939255476, 0.01382727175951004, 0.012927580624818802, 0.032099612057209015, 3.32350668941217e-06], "count": [837]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4546344718532574]], [[0.4576258011806873]], [[0.43654842531098464]]], "std": [[[0.22325538122726923]], [[0.2238058174469664]], [[0.24141918335511955]]], "count": [155]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2974528700189753]], [[0.3113298281678263]], [[0.29347456119544596]]], "std": [[[0.32721371665108556]], [[0.3266463751941644]], [[0.3334470389130404]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.866666666666667], "mean": [13.933333333333334], "std": [8.054030506982663], "count": [837]}, "frame_index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [837]}, "index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [837]}}}
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": 837,
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
+ 480,
52
+ 640,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "video.fps": 30.0,
62
+ "video.height": 480,
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
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.fps": 30.0,
85
+ "video.height": 480,
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:341bf5f5a2119e98949046b691132b0d9e3dea7191e3cf47f563502c17d43bca
3
+ size 11095666
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:b26f0a5824a0b0c771d5b8129c03bfe7b6ddf3a110b853f5f514f33626a60fc1
3
+ size 11950069