mtitg commited on
Commit
c1be563
·
verified ·
1 Parent(s): e985450

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:e5cafc66e21af5c7922fdee176197e1e5025bb6ae0331158a8e7711a0219fb11
3
+ size 29777
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["One hot vector test"], "length": 885}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.59266185760498, -99.66429138183594, 100.0, -100.0, -1.0989011526107788, 0.5612722039222717], "max": [100.0, -99.58036041259766, 100.0, -100.0, -0.6593406796455383, 0.5612722039222717], "mean": [47.56536865234375, -99.62433624267578, 100.0, -100.0, -0.9446560144424438, 0.5612773299217224], "std": [37.1754035949707, 0.041888777166604996, 0.0, 0.0, 0.08002287149429321, 5.125999450683594e-06], "count": [885]}, "observation.state": {"min": [-5.618860721588135, -99.49345397949219, 99.46163940429688, -98.96414184570312, -4.078144073486328, 1.0067113637924194, 0.0], "max": [98.2711181640625, -99.3246078491211, 99.46163940429688, 25.57769012451172, -0.7081807255744934, 1.9463087320327759, 0.0], "mean": [46.63506317138672, -99.40660095214844, 99.46109008789062, -96.81932067871094, -0.7367729544639587, 1.0118703842163086, 0.0], "std": [35.151275634765625, 0.013469311408698559, 0.00054931640625, 14.335526466369629, 0.24895186722278595, 0.06344147771596909, 0.0], "count": [885]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5640461122206084]], [[0.5360219302227064]], [[0.52086978284112]]], "std": [[[0.14548439080585357]], [[0.17618417962025087]], [[0.19826016429423274]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.466666666666665], "mean": [14.733333333333333], "std": [8.515911034102032], "count": [885]}, "frame_index": {"min": [0], "max": [884], "mean": [442.0], "std": [255.47733102306097], "count": [885]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [885]}, "index": {"min": [0], "max": [884], "mean": [442.0], "std": [255.47733102306097], "count": [885]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [885]}}}
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": 885,
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
+ 7
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.above": {
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": "One hot vector test"}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ccc706696009e57d85db6c693499152d30bc6618da44cd2346bab1717a94bd6
3
+ size 9989648