jayyucippg commited on
Commit
6898aed
·
verified ·
1 Parent(s): e70a4d7

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:55c37a168ae7a1b6143ea7c65652068b836ae0fb44b5d9a76a8cb5c5847adf69
3
+ size 89684
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the cube in the box"], "length": 1283}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-19.218568801879883, -99.64219665527344, -27.340076446533203, 24.421977996826172, -8.219592094421387, 0.9844150543212891], "max": [24.003198623657227, 21.63726806640625, 97.53211212158203, 97.10355377197266, 15.466239929199219, 29.689197540283203], "mean": [-4.801801681518555, -43.40037536621094, 37.43547821044922, 46.960731506347656, 5.506598949432373, 11.93583869934082], "std": [12.234698295593262, 47.305213928222656, 41.6500244140625, 14.900314331054688, 4.874176979064941, 8.764398574829102], "count": [1283]}, "observation.state": {"min": [-19.051799774169922, -99.32059478759766, -24.625850677490234, 25.35885238647461, -7.756594181060791, 1.1772853136062622], "max": [24.056190490722656, 21.953290939331055, 97.46031951904297, 96.01275634765625, 15.121441841125488, 29.36288070678711], "mean": [-4.8277668952941895, -42.51107406616211, 38.52165603637695, 47.64291000366211, 5.506268501281738, 12.675775527954102], "std": [12.230301856994629, 47.78601837158203, 41.36773681640625, 14.748560905456543, 4.859676361083984, 8.314790725708008], "count": [1283]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4959385727811374]], [[0.49464891137529776]], [[0.5011756631390875]]], "std": [[[0.2335867790244089]], [[0.2275105326104172]], [[0.2330025893871484]]], "count": [214]}, "timestamp": {"min": [0.0], "max": [42.733333333333334], "mean": [21.366666666666667], "std": [12.34566950616918], "count": [1283]}, "frame_index": {"min": [0], "max": [1282], "mean": [641.0], "std": [370.37008518507537], "count": [1283]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1283]}, "index": {"min": [0], "max": [1282], "mean": [641.0], "std": [370.37008518507537], "count": [1283]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1283]}}}
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": 1283,
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.side": {
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": "pick the cube in the box"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9807f582a00b3e4650355dbca68a7ea71f1084815bdb6d8b8b2aea26fe98ef
3
+ size 5119904