ffiisjd commited on
Commit
ea344c5
·
verified ·
1 Parent(s): c8820e7

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:95f4aeb507ba828caa42889c4d888d6378d3c9cf7413ed9898f1224eb3135929
3
+ size 24544
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1191}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [3.2999629974365234, -99.65972137451172, 92.22422790527344, 73.46672821044922, -6.950122833251953, 1.1428571939468384], "max": [3.2999629974365234, -99.65972137451172, 92.22422790527344, 73.46672821044922, -6.950122833251953, 1.1428571939468384], "mean": [3.299997329711914, -99.65837860107422, 92.22477722167969, 73.466552734375, -6.95017147064209, 1.1428571939468384], "std": [3.4332275390625e-05, 0.0013427734375, 0.00054931640625, 0.00017547607421875, 4.863739013671875e-05, 0.0], "count": [1191]}, "observation.state": {"min": [3.044496536254883, -99.7448959350586, 94.3713150024414, 71.3289794921875, -6.938989162445068, 0.9027777910232544], "max": [3.278688430786133, -99.48979949951172, 99.72764587402344, 73.33333587646484, -6.938989162445068, 0.9722222089767456], "mean": [3.2772698402404785, -99.57635498046875, 94.39034271240234, 73.32715606689453, -6.938971042633057, 0.971812903881073], "std": [0.01620589941740036, 0.007072950713336468, 0.28119415044784546, 0.10212152451276779, 1.811981201171875e-05, 0.005308248568326235], "count": [1191]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083457328269592]], [[0.49774796863877563]], [[0.5079814113764317]]], "std": [[[0.31278421004932616]], [[0.31199416753296016]], [[0.30607206571915957]]], "count": [202]}, "timestamp": {"min": [0.0], "max": [39.666666666666664], "mean": [19.833333333333332], "std": [11.460398803738933], "count": [1191]}, "frame_index": {"min": [0], "max": [1190], "mean": [595.0], "std": [343.81196411216797], "count": [1191]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1191]}, "index": {"min": [0], "max": [1190], "mean": [595.0], "std": [343.81196411216797], "count": [1191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1191]}}}
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": 1191,
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:ae4df043aca450c51b1d9a8ee271fde7c74ca92ff5ac7527a04b292b5bba220f
3
+ size 15033783