KGolden commited on
Commit
0903f46
·
verified ·
1 Parent(s): f1a5139

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:a3d477b1b0975a279af92de10390843d9371692198a34d8d53c6256bc1edb99d
3
+ size 38545
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Fold Cloth"], "length": 763}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-57.43292236328125, -100.0, -68.52928161621094, 50.7104377746582, -22.12837791442871, 0.0], "max": [12.110224723815918, 67.6068344116211, 88.37728881835938, 100.0, -4.110360145568848, 37.48878860473633], "mean": [-28.593017578125, 21.95716667175293, -38.41770935058594, 97.42628479003906, -16.477001190185547, 11.42480754852295], "std": [25.341676712036133, 47.1730842590332, 39.12264633178711, 8.313532829284668, 3.5171234607696533, 13.800803184509277], "count": [763]}, "observation.state": {"min": [-56.81389236450195, -98.9121322631836, -65.40392303466797, 53.024574279785156, -21.665788650512695, 1.3157894611358643], "max": [11.287278175354004, 64.10041809082031, 85.21223449707031, 99.71644592285156, -4.849762916564941, 33.48684310913086], "mean": [-28.817808151245117, 23.901508331298828, -36.813087463378906, 97.17644500732422, -16.44786262512207, 12.017351150512695], "std": [25.12894630432129, 47.938682556152344, 37.27470397949219, 7.994715213775635, 3.505124807357788, 12.711541175842285], "count": [763]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5639049507925776]], [[0.5614547723687175]], [[0.5632278604161971]]], "std": [[[0.2392200317921194]], [[0.24268969468676288]], [[0.224655533208074]]], "count": [145]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.700000000000001], "std": [7.341964617487913], "count": [763]}, "frame_index": {"min": [0], "max": [762], "mean": [381.0], "std": [220.25893852463741], "count": [763]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [763]}, "index": {"min": [0], "max": [762], "mean": [381.0], "std": [220.25893852463741], "count": [763]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [763]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 763,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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": "Fold Cloth"}
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:fefad1fb688434d0185414dfe12b69edea488654f86d98c31caf493c7385ee37
3
+ size 13790343