allday-technology commited on
Commit
fa11efc
·
verified ·
1 Parent(s): 0c9f47b

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:f470a56c63671db389b5abaa2fe45efb7a6571fabd881e8fc9bc29e0c0a5ea55
3
+ size 69686
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": [""], "length": 1786}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.11310750246047974, -0.001716639962978661, 0.007438773289322853, -0.6696802973747253, -0.8951323628425598, -0.3408484160900116, -1.6689300537109375e-06], "max": [1.0233081579208374, 1.7610818147659302, 1.663042664527893, 1.193827748298645, 0.09174486994743347, 0.14248111844062805, 0.04067745432257652], "mean": [0.25284600257873535, 1.0118365287780762, 1.1239913702011108, -0.11194551736116409, -0.1632658690214157, 0.02018081583082676, 0.03467079997062683], "std": [0.3716057538986206, 0.5358546376228333, 0.68461012840271, 0.5180911421775818, 0.28216272592544556, 0.11752792447805405, 0.013347200118005276], "count": [1786]}, "observation.state": {"min": [-0.11272602528333664, -0.0009536888683214784, 0.0078202486038208, -0.6666285395622253, -0.8970397710800171, -0.3385595381259918, -5.0924718379974365e-06], "max": [1.0233081579208374, 1.7610818147659302, 1.663042664527893, 1.193827748298645, 0.08983749151229858, 0.14171816408634186, 0.040109921246767044], "mean": [0.2518693208694458, 1.0105748176574707, 1.12373948097229, -0.11294475197792053, -0.16220858693122864, 0.020338885486125946, 0.03460734710097313], "std": [0.37156540155410767, 0.5350292325019836, 0.6846503615379333, 0.5165556073188782, 0.28103336691856384, 0.11715120822191238, 0.013414835557341576], "count": [1786]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41015375876628024]], [[0.4346164580947951]], [[0.4311367368267258]]], "std": [[[0.2880052704871857]], [[0.27648125713089583]], [[0.2771647594371017]]], "count": [274]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37625059112757026]], [[0.3931030552275655]], [[0.37774187553671107]]], "std": [[[0.2467073332815886]], [[0.23840172230280957]], [[0.24648718993156604]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.5], "mean": [29.749999999999996], "std": [17.18579031900741], "count": [1786]}, "frame_index": {"min": [0], "max": [1785], "mean": [892.5], "std": [515.5737095702224], "count": [1786]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1786]}, "index": {"min": [0], "max": [1785], "mean": [892.5], "std": [515.5737095702224], "count": [1786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1786]}}}
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": 1786,
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:707183abe25d965d767b4c83a6cd802dccd4e7d9b83053968fd225e8cb1ff62d
3
+ size 33438166
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:e6c86770890f3033274d19d9c6d05a025d3e59785cbb2d2737e0c60c76085684
3
+ size 23903291