pgoffin commited on
Commit
c168ffc
·
verified ·
1 Parent(s): bc11dd9

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:ea532d38d40347d81fdc6141601b974735a2654e93f8e48bc5a70613f1df0355
3
+ size 34325
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a ball and put it in the bin."], "length": 866}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.2734375, 96.416015625, 107.2265625, 47.28515625, -81.123046875, -3.593890428543091], "max": [56.07421875, 187.20703125, 179.384765625, 80.419921875, -79.98046875, 42.58760070800781], "mean": [23.88889503479004, 130.6251678466797, 127.90142059326172, 61.37992477416992, -80.51445007324219, 17.009910583496094], "std": [21.655696868896484, 35.54189682006836, 27.076093673706055, 13.766952514648438, 0.4108334481716156, 18.737993240356445], "count": [866]}, "observation.state": {"min": [-5.009765625, 95.361328125, 112.763671875, 48.69140625, -81.73828125, -0.8078994154930115], "max": [55.107421875, 187.294921875, 180.703125, 80.15625, -80.244140625, 42.190303802490234], "mean": [23.86199951171875, 128.88339233398438, 131.58560180664062, 61.73637771606445, -80.722412109375, 21.58295440673828], "std": [21.57555389404297, 36.72360610961914, 26.019487380981445, 13.21025562286377, 0.4142504334449768, 15.240815162658691], "count": [866]}, "observation.images.grip": {"min": [[[0.023529411764705882]], [[0.0196078431372549]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40357397516134336]], [[0.3940762064783985]], [[0.40571485129691287]]], "std": [[[0.22664444360509803]], [[0.22455307986329937]], [[0.2154267881634784]]], "count": [159]}, "timestamp": {"min": [0.0], "max": [28.833333333333332], "mean": [14.416666666666666], "std": [8.333083329583221], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}, "index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 866,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.grip": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp a ball and put it in the bin."}
videos/chunk-000/observation.images.grip/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669599cbe6b4d6ad3379c29129b44e590ea45f0185f43edbebd1c58bd4d16aa3
3
+ size 6653303