Frentzen001 commited on
Commit
0f21d52
·
verified ·
1 Parent(s): 4e0a03c

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:3d51022fa8f7188c5b672f9c8add6f1cab22a6d601bef5aaa252c1a7b3c96c9c
3
+ size 65433
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick and place money on the hand"], "length": 1105}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [15.505226135253906, -100.0, -83.62892150878906, -43.261837005615234, -31.428571701049805, 0.0], "max": [82.22996520996094, 100.0, 100.0, 92.71549987792969, 22.63736343383789, 54.479637145996094], "mean": [32.15811538696289, 59.15376663208008, -32.260101318359375, 22.824277877807617, -12.816261291503906, 17.19712257385254], "std": [13.3971586227417, 43.24730682373047, 39.0837287902832, 35.39314270019531, 15.434722900390625, 17.04323959350586], "count": [1105]}, "observation.state": {"min": [15.437207221984863, -100.0, -79.17953491210938, -41.0757942199707, -31.135530471801758, 1.26262629032135], "max": [82.00791931152344, 99.5614013671875, 99.55889129638672, 91.68704223632812, 22.39316177368164, 53.72474670410156], "mean": [31.8546199798584, 62.42930603027344, -29.885339736938477, 23.465776443481445, -12.654707908630371, 17.828449249267578], "std": [13.616595268249512, 44.07041931152344, 39.2796745300293, 35.21274185180664, 15.443680763244629, 16.428396224975586], "count": [1105]}, "observation.images.gripper": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6003285265458714]], [[0.6257514693049995]], [[0.595560792227013]]], "std": [[[0.23670725155372468]], [[0.24981293892297152]], [[0.2777684058692405]]], "count": [191]}, "timestamp": {"min": [0.0], "max": [36.8], "mean": [18.4], "std": [10.632863103500288], "count": [1105]}, "frame_index": {"min": [0], "max": [1104], "mean": [552.0], "std": [318.98589310500864], "count": [1105]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1105]}, "index": {"min": [0], "max": [1104], "mean": [552.0], "std": [318.98589310500864], "count": [1105]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1105]}}}
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": 1105,
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.gripper": {
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 and place money on the hand"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80a428a01dad9388ce89d6e31d0ee7c0cbf06a2e5a31c430ab1288fce173f4e6
3
+ size 4911675