happy8825 commited on
Commit
499afad
·
verified ·
1 Parent(s): e3c14d3

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:04029c86bf1be864ed4094a524ec6b8f30a32bdf6c71e02969f46170307a12f5
3
+ size 35268
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["move to box"], "length": 965}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-45.927207946777344, -99.9148941040039, -15.970961570739746, -99.40209197998047, -10.566534996032715, 0.33670035004615784], "max": [11.03408432006836, 36.25531768798828, 99.72776794433594, 84.85301208496094, 6.719367504119873, 36.27946090698242], "mean": [-5.856795787811279, -65.47335815429688, 60.3350715637207, -26.067684173583984, -1.1783909797668457, 13.92805290222168], "std": [15.738533973693848, 50.43641662597656, 47.01762008666992, 69.2142333984375, 4.531469821929932, 8.314623832702637], "count": [965]}, "observation.state": {"min": [-45.99102020263672, -99.9151840209961, -13.248639106750488, -99.21363067626953, -10.28585433959961, 1.5764222145080566], "max": [10.711995124816895, 36.72603988647461, 99.45553588867188, 84.44735717773438, 6.5721964836120605, 35.983551025390625], "mean": [-5.856906890869141, -65.06817626953125, 60.93118667602539, -26.114267349243164, -1.1982269287109375, 13.979300498962402], "std": [15.727522850036621, 51.45248031616211, 46.235782623291016, 69.28630065917969, 4.480568885803223, 8.195269584655762], "count": [965]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5226417896879367]], [[0.5208849408742302]], [[0.5202778155578224]]], "std": [[[0.2183058211033784]], [[0.20947144581713764]], [[0.2270240679529456]]], "count": [173]}, "timestamp": {"min": [0.0], "max": [32.13333333333333], "mean": [16.066666666666666], "std": [9.285711843711523], "count": [965]}, "frame_index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}, "index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}}}
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": 965,
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
+ 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": "move to box"}
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:77de60412323972ff53ff2495158e87be0a3e208be6e9616a8cd18cd80c12ed8
3
+ size 8561509