prerit2k commited on
Commit
5760d02
·
verified ·
1 Parent(s): df5745d

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:af786bdaa92706740761e0bb9dcfacee82c9c18824f934b8d255ba7308a5cc37
3
+ size 46577
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Bench 01 Testing"], "length": 896}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.01773861236870289, 1.0210193395614624, 0.5235751867294312, 0.06809338182210922, -0.15392538905143738, -0.03376058489084244, -0.00129677914083004], "max": [0.23785001039505005, 1.6283283233642578, 0.9710460305213928, 0.6452658772468567, 0.0707637146115303, 0.1508735716342926, 0.02461208775639534], "mean": [0.08189071714878082, 1.3988314867019653, 0.7730414271354675, 0.4385497272014618, -0.08413644134998322, 0.07444437593221664, 0.004685747902840376], "std": [0.10494404286146164, 0.2268073558807373, 0.18666648864746094, 0.15153183043003082, 0.06739605963230133, 0.04807664081454277, 0.008533312007784843], "count": [896]}, "observation.state": {"min": [-0.01773861236870289, 1.0328450202941895, 0.5231937170028687, 0.06618601083755493, -0.15468832850456238, -0.034142062067985535, -7.184967398643494e-05], "max": [0.23746852576732635, 1.6279468536376953, 0.9718089699745178, 0.6460288166999817, 0.071908138692379, 0.1508735716342926, 0.024595312774181366], "mean": [0.08142197132110596, 1.3987282514572144, 0.7728076577186584, 0.43910732865333557, -0.08454857021570206, 0.0740867480635643, 0.008495064452290535], "std": [0.10504645854234695, 0.226820707321167, 0.186807319521904, 0.1517743617296219, 0.06711214780807495, 0.04840417578816414, 0.008505436591804028], "count": [896]}, "observation.images.cam_main": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110184274630097]], [[0.4037833075203497]], [[0.3742749496270901]]], "std": [[[0.2619239741700067]], [[0.2692314055886603]], [[0.28819032045257426]]], "count": [163]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41393196399214083]], [[0.36295432730863303]], [[0.337318027236457]]], "std": [[[0.2122263783544108]], [[0.19636756369325042]], [[0.20021564198668768]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.833333333333332], "mean": [14.916666666666668], "std": [8.621758650195575], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}, "index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}}}
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": 896,
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:3970ff192332b4b846d16f61c5dda1433942a71d60aa667ddc91fb5da4296c88
3
+ size 10192172
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:38733b63b56591200eb1cb4fa8045f20c5538a48c43fa95fc74cfb3027f98731
3
+ size 13002200