prerit2k commited on
Commit
e854bd5
·
verified ·
1 Parent(s): 7149b85

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:f4d80e2b1c94fbc39a1d74e09340d44d5d1bff56358cca1bb81b17ddf14351e7
3
+ size 47240
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Bench 01 Testing"], "length": 895}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.00476844422519207, 0.5594338774681091, 0.3713664412498474, -0.6589990258216858, -0.17261768877506256, -0.2740901708602905, -0.0012943018227815628], "max": [0.33321890234947205, 1.7610818147659302, 1.0809109210968018, 0.6708247661590576, 0.39768826961517334, 0.9611276388168335, 0.027074605226516724], "mean": [0.19887033104896545, 1.0757246017456055, 0.5962674021720886, 0.2670976519584656, 0.17998352646827698, 0.25743693113327026, 0.001470834482461214], "std": [0.0878714993596077, 0.4452812373638153, 0.22939851880073547, 0.25910496711730957, 0.18597576022148132, 0.18067331612110138, 0.005490204785019159], "count": [895]}, "observation.state": {"min": [-0.005531395319849253, 0.5590524077415466, 0.3709849715232849, -0.656710147857666, -0.17261768877506256, -0.2733272314071655, -0.0004223305732011795], "max": [0.33321890234947205, 1.7607003450393677, 1.0809109210968018, 0.6700618267059326, 0.39730677008628845, 0.9603646993637085, 0.02703198790550232], "mean": [0.19866704940795898, 1.0764507055282593, 0.5960166454315186, 0.2678716480731964, 0.17993877828121185, 0.25717219710350037, 0.0014874344924464822], "std": [0.08787678182125092, 0.44488707184791565, 0.22955040633678436, 0.2596876323223114, 0.18591007590293884, 0.18090984225273132, 0.005482782609760761], "count": [895]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4152789143008942]], [[0.4048264289867276]], [[0.38617872734472114]]], "std": [[[0.2592028241202002]], [[0.26061527973597115]], [[0.27600019056484854]]], "count": [163]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660895860900597]], [[0.38140468618428963]], [[0.3730730958538835]]], "std": [[[0.28718631388863813]], [[0.27883722366575964]], [[0.28351641161864133]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.61213613970941], "count": [895]}, "frame_index": {"min": [0], "max": [894], "mean": [447.0], "std": [258.3640841912823], "count": [895]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [895]}, "index": {"min": [0], "max": [894], "mean": [447.0], "std": [258.3640841912823], "count": [895]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [895]}}}
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": 895,
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": "Bench 01 Testing"}
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:bb199472a62d89d5a7b351beb3c357ee9b7f58c7159a6b8fe5092c546da1daf5
3
+ size 7575037
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:b1c30888d529724d053d596f69190e079aa4680bed7f354e80c1c4c8bffb8067
3
+ size 8514893