lukicdarkoo commited on
Commit
e496a18
·
verified ·
1 Parent(s): 1f09068

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:e0a66cbf0df530b13e9d25c67a6f9da3bb7efb098f68013bebb395b057cdac26
3
+ size 237447
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Inspect a wire"], "length": 2629}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.0881146490573883, 0.09645158052444458, 0.73814857006073, -0.2370673418045044, 0.5114052295684814, -0.6209454536437988, -0.017363786697387695], "max": [0.6607826948165894, 1.1580374240875244, 1.7750062942504883, 0.053049102425575256, 0.7582632303237915, 0.8922666311264038, 2.0087952613830566], "mean": [0.5130778551101685, 0.7763776183128357, 1.3774665594100952, -0.05294157192111015, 0.6407739520072937, -0.14747031033039093, 0.9342672228813171], "std": [0.11191418766975403, 0.26994577050209045, 0.26956433057785034, 0.06534097343683243, 0.07041934877634048, 0.3710220158100128, 0.9848365783691406], "count": [2629]}, "observation.state": {"min": [0.21841010451316833, 0.11669567227363586, 0.7476718425750732, -0.23872576653957367, 0.5131645202636719, -0.6141675710678101, -0.017363786697387695], "max": [0.6603652834892273, 1.1567729711532593, 1.772702693939209, 0.04544417932629585, 0.7545267939567566, 0.8841481804847717, 2.0087952613830566], "mean": [0.5170819163322449, 0.7679557800292969, 1.3680604696273804, -0.0555691160261631, 0.6414211988449097, -0.1310805380344391, 0.9342663884162903], "std": [0.10171551257371902, 0.26878222823143005, 0.272104948759079, 0.06466151028871536, 0.06937304884195328, 0.3752337098121643, 0.9848372340202332], "count": [2629]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4383138295622518]], [[0.4288521826191875]], [[0.40321168979626365]]], "std": [[[0.08464021225289789]], [[0.10209134086066815]], [[0.12123964742468192]]], "count": [367]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.648781232461356], "count": [2629]}, "frame_index": {"min": [0], "max": [2628], "mean": [1314.0], "std": [758.9268739476814], "count": [2629]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2629]}, "index": {"min": [0], "max": [2628], "mean": [1314.0], "std": [758.9268739476814], "count": [2629]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2629]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "xarm_end_effector",
4
+ "total_episodes": 1,
5
+ "total_frames": 2629,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 60,
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
+ "joint1.pos",
24
+ "joint2.pos",
25
+ "joint3.pos",
26
+ "joint4.pos",
27
+ "joint5.pos",
28
+ "joint6.pos",
29
+ "gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "joint1.pos",
39
+ "joint2.pos",
40
+ "joint3.pos",
41
+ "joint4.pos",
42
+ "joint5.pos",
43
+ "joint6.pos",
44
+ "gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.gripper": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 240,
51
+ 320,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 240,
61
+ "video.width": 320,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 60,
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": "Inspect a wire"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce9b2237206bab9521c602cc98465fdfc97d4446ad8ab7d22ff4864a85e3d9a
3
+ size 13770466