JaredJie commited on
Commit
b0ec730
·
verified ·
1 Parent(s): e4f8b21

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:05c14885054432a69153aa6ebda368914241d9e9b72f803a140e8896588a4283
3
+ size 71240
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1513}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-99.55801391601562, -99.57301330566406, -81.85941314697266, -99.38703918457031, -48.29396438598633, 0.5882353186607361], "max": [100.0, 31.25533676147461, 99.81859588623047, 100.0, 76.90288543701172, 81.51260375976562], "mean": [62.011810302734375, -47.42496871948242, 52.153560638427734, 27.349340438842773, 2.999420404434204, 9.963781356811523], "std": [51.26872634887695, 48.98505401611328, 51.614322662353516, 42.6475944519043, 11.513282775878906, 22.036746978759766], "count": [1513]}, "observation.state": {"min": [-99.5693359375, -99.57698822021484, -79.72059631347656, -98.61591339111328, -100.0, 0.8977900743484497], "max": [100.0, 31.89509391784668, 99.45921325683594, 98.9619369506836, 100.0, 81.21546936035156], "mean": [62.20493698120117, -46.7039909362793, 52.625770568847656, 27.75630760192871, 39.09040069580078, 9.950307846069336], "std": [51.15353012084961, 49.82673645019531, 50.81084060668945, 42.68313980102539, 40.72868347167969, 21.872028350830078], "count": [1513]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5762786124952737]], [[0.5641099345730027]], [[0.5384299546264787]]], "std": [[[0.3223091549671475]], [[0.31826322256433853]], [[0.346515026318055]]], "count": [242]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.558846108122717], "count": [1513]}, "frame_index": {"min": [0], "max": [1512], "mean": [756.0], "std": [436.7653832436815], "count": [1513]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1513]}, "index": {"min": [0], "max": [1512], "mean": [756.0], "std": [436.7653832436815], "count": [1513]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1513]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1513,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black cube"}
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:277f35fac5f8bbcab10c4dea0e4bf3d1116d675053057b478ca6c6244b1e2bc2
3
+ size 7460659