allday-technology commited on
Commit
aa3f8cd
·
verified ·
1 Parent(s): fcf27ba

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:7eaf9541678d456aa76734d43ee6ad85b1c4add34f29cf43900e586e0a2bdcf5
3
+ size 13836
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": [""], "length": 298}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.0864042118191719, 1.0450522899627686, 0.5224307775497437, -0.30231937766075134, -1.0263599157333374, -0.47589075565338135, -6.50901347398758e-05], "max": [0.2584496736526489, 1.506637692451477, 1.2045090198516846, 1.0011825561523438, 0.016975661739706993, 0.000572213320992887, 8.344650268554688e-06], "mean": [0.007434935308992863, 1.1099212169647217, 0.6554421782493591, 0.5076553821563721, -0.14138536155223846, -0.0858025923371315, -3.841905709123239e-06], "std": [0.06722020357847214, 0.14444518089294434, 0.26037853956222534, 0.31245240569114685, 0.31398406624794006, 0.15721142292022705, 1.5746105418656953e-05], "count": [298]}, "observation.state": {"min": [-0.0864042118191719, 1.044670820236206, 0.5224307775497437, -0.2958342730998993, -0.9760051965713501, -0.4724574685096741, -1.7546117305755615e-06], "max": [0.2580682039260864, 1.506637692451477, 1.204890489578247, 0.9946975111961365, 0.016212711110711098, 0.000572213320992887, 4.9211084842681885e-06], "mean": [0.005015509203076363, 1.105422854423523, 0.6490657925605774, 0.5161270499229431, -0.13218514621257782, -0.08176252990961075, 2.0536849660857115e-06], "std": [0.063187375664711, 0.13939081132411957, 0.25518661737442017, 0.30248746275901794, 0.3026301860809326, 0.15323996543884277, 1.3953977031633258e-06], "count": [298]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40805447916666665]], [[0.43286304534313724]], [[0.4297493096405229]]], "std": [[[0.2871256849084968]], [[0.27323932704066856]], [[0.27435314818727163]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36417532066993463]], [[0.3821412969771242]], [[0.36684446282679734]]], "std": [[[0.28483696183239227]], [[0.2792906850037521]], [[0.28606720316693757]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.9], "mean": [4.949999999999999], "std": [2.8674901917879336], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [298]}, "index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [298]}}}
meta/info.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "trossen_subversion": "v1.0",
4
+ "robot_type": "trossen_ai_stationary",
5
+ "total_episodes": 1,
6
+ "total_frames": 298,
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
+ "left_joint_0",
25
+ "left_joint_1",
26
+ "left_joint_2",
27
+ "left_joint_3",
28
+ "left_joint_4",
29
+ "left_joint_5",
30
+ "left_joint_6"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 7
37
+ ],
38
+ "names": [
39
+ "left_joint_0",
40
+ "left_joint_1",
41
+ "left_joint_2",
42
+ "left_joint_3",
43
+ "left_joint_4",
44
+ "left_joint_5",
45
+ "left_joint_6"
46
+ ]
47
+ },
48
+ "observation.images.cam_high": {
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_left_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": ""}
videos/chunk-000/observation.images.cam_high/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9610f24fa7aa4eff25a86b4fa71769c7cb1413d458f4d8bfa8e6a94e085ff81
3
+ size 5423595
videos/chunk-000/observation.images.cam_left_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701f036ae80ef5ca490f062a478acedf216fc46f284b6cea46052e56359a806f
3
+ size 4249333