U-RIL commited on
Commit
e69faa6
·
verified ·
1 Parent(s): 609d6cc

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:dda08e559b5719441b3efb6da1d29588ba296478e34afd24e3c48dd724dec4cb
3
+ size 10809
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the pastry"], "length": 105}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.911346435546875, -99.71142578125, 35.33464813232422, 45.595420837402344, 2.2371139526367188, 0.10834236443042755], "max": [-6.030128479003906, -19.599395751953125, 99.81462860107422, 73.37442016601562, 10.25003433227539, 36.65061950683594], "mean": [-27.294387817382812, -54.40926742553711, 55.537750244140625, 63.521484375, 7.076026916503906, 13.449987411499023], "std": [14.480849266052246, 27.04947853088379, 23.702180862426758, 10.351375579833984, 2.400827407836914, 14.952835083007812], "count": [105]}, "observation.state": {"min": [-42.84682083129883, -99.47368621826172, 37.62614059448242, 45.663787841796875, 2.808302879333496, 0.20964360237121582], "max": [-6.069364070892334, -20.61403465270996, 99.51946258544922, 73.1196060180664, 10.183150291442871, 36.338226318359375], "mean": [-26.405866622924805, -56.583961486816406, 59.12311553955078, 62.92565155029297, 6.896449089050293, 12.113408088684082], "std": [14.77453327178955, 27.48288917541504, 24.282756805419922, 10.662028312683105, 2.419862985610962, 14.411378860473633], "count": [105]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.41454704861111114]], [[0.43565522671568624]], [[0.40533550449346406]]], "std": [[[0.24672149354464068]], [[0.23537317726201756]], [[0.22961833099117163]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.466666666666667], "mean": [1.7333333333333334], "std": [1.010317148592827], "count": [105]}, "frame_index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [105]}, "index": {"min": [0], "max": [104], "mean": [52.0], "std": [30.309514457784815], "count": [105]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [105]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 105,
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 pastry"}
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:d2d540edc28e4c44e4add840226833bd63ff7ad97569b3abf88ba6a99571dac4
3
+ size 675320