hieu1344 commited on
Commit
e549b32
·
verified ·
1 Parent(s): 5a9ce00

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:6b5998195042d0f7881b6d881240581c61ea260270027835b1b1b3d5e898305f
3
+ size 7566
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Dummy Example Task Dataset"], "length": 200}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-1.100000023841858, -0.3400008976459503, 2.9519399049604544e-06, -0.1400039792060852, -0.23999997973442078, -5.969097287561453e-07, 3.2754827496150885e-12], "max": [2.8278423158667465e-08, -8.990776905193343e-07, 0.020002951845526695, 1.299996018409729, 0.019999930635094643, 0.3199993968009949, 1.100000023841858], "mean": [-0.6043295860290527, -0.222701296210289, 0.010094341821968555, 0.6397958993911743, 0.006276344880461693, 0.22292716801166534, 0.9066792130470276], "std": [0.44393178820610046, 0.13533256947994232, 0.009991721250116825, 0.5055299401283264, 0.038385599851608276, 0.1461765021085739, 0.41586074233055115], "count": [200]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.807843137254902]], [[0.7764705882352941]], [[0.8196078431372549]]], "mean": [[[0.151721352124183]], [[0.14532206290849672]], [[0.1474647651143791]]], "std": [[[0.2115676203989323]], [[0.21310768840384403]], [[0.21034354094327654]]], "count": [100]}, "observation.images.scene": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4009563834422658]], [[0.3995765223311547]], [[0.37749078976034856]]], "std": [[[0.26410748800211736]], [[0.26154813380927233]], [[0.2749309234951762]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.266666666666667], "mean": [6.633333333333333], "std": [3.8489536817743657], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}, "index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}}}
meta/info.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "omy",
4
+ "total_episodes": 1,
5
+ "total_frames": 200,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "joint1.pos",
24
+ "joint2.pos",
25
+ "joint3.pos",
26
+ "joint4.pos",
27
+ "joint5.pos",
28
+ "joint6.pos",
29
+ "rh_r1_joint.pos"
30
+ ]
31
+ },
32
+ "observation.images.usb": {
33
+ "dtype": "video",
34
+ "shape": [
35
+ 480,
36
+ 640,
37
+ 3
38
+ ],
39
+ "names": [
40
+ "height",
41
+ "width",
42
+ "channels"
43
+ ],
44
+ "info": {
45
+ "video.height": 480,
46
+ "video.width": 640,
47
+ "video.codec": "av1",
48
+ "video.pix_fmt": "yuv420p",
49
+ "video.is_depth_map": false,
50
+ "video.fps": 15,
51
+ "video.channels": 3,
52
+ "has_audio": false
53
+ }
54
+ },
55
+ "observation.images.scene": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 720,
59
+ 1280,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ],
67
+ "info": {
68
+ "video.height": 720,
69
+ "video.width": 1280,
70
+ "video.codec": "av1",
71
+ "video.pix_fmt": "yuv420p",
72
+ "video.is_depth_map": false,
73
+ "video.fps": 15,
74
+ "video.channels": 3,
75
+ "has_audio": false
76
+ }
77
+ },
78
+ "timestamp": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "frame_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "episode_index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "task_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ }
113
+ }
114
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Dummy Example Task Dataset"}
videos/chunk-000/observation.images.scene/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc39ac947a0bb4259203b4aa3fe66e4316c76f27ad3367e6859236f77720f97
3
+ size 7706817
videos/chunk-000/observation.images.usb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d78d2bf0ece18af04238b37f6946a1daa857f41b3831539e758f14cd02354a
3
+ size 2765278