antwoor commited on
Commit
aa84ce9
·
verified ·
1 Parent(s): d6e6a3a

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:245d6f882952904b6af03bb110618c2c33d13f31e5d748e0a321ec93ebe8a1b2
3
+ size 5459
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93bf9e997375f5dbe3d2467a2e809038b0e472baa2f77e305857772020afa189
3
+ size 5476
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the cube"], "length": 199}
2
+ {"episode_index": 1, "tasks": ["Grab the cube"], "length": 200}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.observation.images.laptop": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.45317003880718953]], [[0.4590403594771242]], [[0.48177971609477127]]], "std": [[[0.25730077359083176]], [[0.22164844823271782]], [[0.1742215836898492]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.6], "mean": [3.3000000000000003], "std": [1.9148542155126762], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}, "index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}}}
2
+ {"episode_index": 1, "stats": {"observation.images.observation.images.laptop": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.49420757761437906]], [[0.48434316176470593]], [[0.4650953758169935]]], "std": [[[0.1835008007603435]], [[0.16565316889499931]], [[0.17721518855490148]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.633333333333334], "mean": [3.3166666666666664], "std": [1.9244768408871828], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [200]}, "index": {"min": [199], "max": [398], "mean": [298.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,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "mcx",
4
+ "total_episodes": 2,
5
+ "total_frames": 399,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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.images.observation.images.laptop": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.height": 480,
31
+ "video.width": 640,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 30,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "timestamp": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 1
44
+ ],
45
+ "names": null
46
+ },
47
+ "frame_index": {
48
+ "dtype": "int64",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null
53
+ },
54
+ "episode_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "task_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ }
75
+ }
76
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the cube"}
videos/chunk-000/observation.images.observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04618e1c3306cdffe7138a5fe94ac1ff729e2bf3e61e3685f143e15ec2138242
3
+ size 1025749
videos/chunk-000/observation.images.observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dafe04453b702cb5f8500a3bfee97f35340641bb7109db4f2807146eebcc0ef
3
+ size 1192495