IvanLee commited on
Commit
d5eea9e
·
verified ·
1 Parent(s): 0bf2368

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:aca77193bd2e5d4819238018459d7e2880ffba4a11af904fb8eaa331f2b3f5c3
3
+ size 50872
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1249}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-32.8149299621582, -98.16360473632812, -51.12107467651367, -96.94007873535156, -31.570680618286133, 0.0839630588889122], "max": [35.61430740356445, 34.22370529174805, 99.6412582397461, 99.57501220703125, 7.015707015991211, 22.92191505432129], "mean": [6.862171173095703, -41.59059524536133, 35.2908935546875, 12.386130332946777, -11.4480619430542, 15.43392562866211], "std": [19.013259887695312, 54.245155334472656, 57.90853500366211, 88.89933776855469, 11.893889427185059, 6.393221855163574], "count": [1249]}, "observation.state": {"min": [-31.642778396606445, -98.49937438964844, -49.5934944152832, -96.6535415649414, -31.615924835205078, 1.6118199825286865], "max": [35.170894622802734, 35.30637741088867, 98.9159927368164, 99.4094467163086, 6.687483787536621, 22.834115982055664], "mean": [6.76140832901001, -41.38905334472656, 36.064430236816406, 12.013084411621094, -11.342028617858887, 15.394886016845703], "std": [19.08171272277832, 55.0383186340332, 57.101341247558594, 88.97183990478516, 11.939568519592285, 6.266578674316406], "count": [1249]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4951412708138811]], [[0.4219699764628073]], [[0.3446135144335512]]], "std": [[[0.22132341505498176]], [[0.20025172905396468]], [[0.22647900818349118]]], "count": [210]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.799999999999997], "std": [12.01850425154663], "count": [1249]}, "frame_index": {"min": [0], "max": [1248], "mean": [624.0], "std": [360.5551275463989], "count": [1249]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1249]}, "index": {"min": [0], "max": [1248], "mean": [624.0], "std": [360.5551275463989], "count": [1249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1249]}}}
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": 1249,
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:7a536ca652d3c417636bdd2b4ead69273d6cbbfc7300511ecdfde0496ce07f58
3
+ size 19055238