adungus commited on
Commit
7c0ce29
·
verified ·
1 Parent(s): b15cc72

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:2cb9fb8210049e108b466bd7bfa3c42c653608999e2db34bc50f436b960d368a
3
+ size 17017
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put item into the box"], "length": 251}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.7062079906463623, -0.418954074382782, -0.43269482254981995, -0.8373095989227295, -0.6528803110122681, -0.4112436771392822], "max": [0.41282597184181213, 0.6752054691314697, 0.2956075072288513, 0.5448005795478821, 0.4076898992061615, 0.22346578538417816], "mean": [-0.20470158755779266, 0.20935684442520142, -0.15408699214458466, -0.3514273762702942, -0.27123215794563293, -0.08187080919742584], "std": [0.4081254303455353, 0.3616911768913269, 0.22454778850078583, 0.3907504975795746, 0.2625936269760132, 0.2085459679365158], "count": [251]}, "observation.state": {"min": [-2.000889301300049, -97.34092712402344, 3.592017650604248, -12.136752128601074, -0.7081807255744934, 0.7518796920776367], "max": [0.31124943494796753, 1.329534649848938, 99.64523315429688, 0.17094017565250397, 0.2686202824115753, 1.2303485870361328], "mean": [-0.5911428332328796, -6.84475040435791, 17.233903884887695, -1.904278039932251, -0.3565707802772522, 0.7717573046684265], "std": [0.42346563935279846, 21.316049575805664, 29.96619415283203, 3.5685243606567383, 0.2619081437587738, 0.05487395450472832], "count": [251]}, "observation.images.up": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41153644199346406]], [[0.430988329248366]], [[0.4332813153594771]]], "std": [[[0.2243212502535313]], [[0.23665818848724343]], [[0.2596915029034719]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.333333333333334], "mean": [4.166666666666667], "std": [2.41522945769824], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}, "index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}}}
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": 251,
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.up": {
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": "Put item into the box"}
videos/chunk-000/observation.images.up/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00473e632446cd9ab2627d2198766d65160ce02acbc07e2fa590839f5fd3d9ba
3
+ size 2308864