alex-cta commited on
Commit
5b687ec
·
verified ·
1 Parent(s): a6335ee

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:9b25d39ef61ab8620278551b4e3be20fd6f041639461c08452decc2863cb5101
3
+ size 26990
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Random movement"], "length": 426}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [1.651907205581665, -2.0635788440704346, 1.83562433719635, 2.6447625160217285, -2.647237539291382, -3.1104841232299805, 0.0], "max": [2.814955711364746, -1.5341322422027588, 2.804889678955078, 4.118736743927002, -1.6164778470993042, -2.3833553791046143, 1.0], "mean": [2.201979160308838, -1.8854418992996216, 2.294649124145508, 3.2235801219940186, -2.117020845413208, -2.832803249359131, 0.4014967679977417], "std": [0.4232616722583771, 0.17869538068771362, 0.40570127964019775, 0.5438652038574219, 0.37806615233421326, 0.25925925374031067, 0.48929163813591003], "count": [426]}, "observation.state": {"min": [1.6517534255981445, -2.063725709915161, 1.8355869054794312, 2.652534246444702, -2.6472859382629395, -3.1105618476867676, 0.0], "max": [2.814988374710083, -1.535641074180603, 2.80495285987854, 4.1187896728515625, -1.6163252592086792, -2.38329815864563, 1.0], "mean": [2.181797504425049, -1.886725664138794, 2.311750888824463, 3.2000646591186523, -2.099111557006836, -2.845273971557617, 0.39083734154701233], "std": [0.41986268758773804, 0.17758338153362274, 0.40579259395599365, 0.5330107808113098, 0.3756755590438843, 0.2537424862384796, 0.4642704725265503], "count": [426]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4986077260348584]], [[0.4315894907407407]], [[0.3661189188453159]]], "std": [[[0.20593054668498495]], [[0.15927639791100612]], [[0.19152234832696022]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.166666666666666], "mean": [7.083333333333333], "std": [4.099175617211434], "count": [426]}, "frame_index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}, "index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "cta_ur_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 426,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "Base.pos",
24
+ "Shoulder.pos",
25
+ "Elbow.pos",
26
+ "Wrist1.pos",
27
+ "Wrist2.pos",
28
+ "Wrist3.pos",
29
+ "Gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "Base.pos",
39
+ "Shoulder.pos",
40
+ "Elbow.pos",
41
+ "Wrist1.pos",
42
+ "Wrist2.pos",
43
+ "Wrist3.pos",
44
+ "Gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 1080,
51
+ 1920,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 1080,
61
+ "video.width": 1920,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Random movement"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a77bdcb4ad7a78bb4d1d7bbbd2f15c905d4c15d0be8ee1b0ec9175e42d3fefb
3
+ size 15601430