Thuongg2907 commited on
Commit
2deed67
·
verified ·
1 Parent(s): 0b84648

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:5db433b50d25f7e19a0d27705bed5742d6ff338131b144e59f2484fa09ddc6fc
3
+ size 194073
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 2725}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-80.4962158203125, -95.41795349121094, -80.0792236328125, 52.97211837768555, -18.637224197387695, 0.07274430990219116], "max": [70.67669677734375, 60.73329544067383, 96.89900970458984, 86.7132568359375, 31.082561492919922, 31.40612030029297], "mean": [28.325252532958984, 0.04786509647965431, -1.2044142484664917, 71.73858642578125, 11.733800888061523, 18.99795913696289], "std": [36.86491775512695, 25.229900360107422, 27.642845153808594, 6.066735744476318, 11.921730995178223, 7.346628189086914], "count": [2725]}, "observation.state": {"min": [-79.56381225585938, -100.0, -76.26811218261719, 53.72895050048828, -18.77899932861328, 0.0], "max": [68.09369659423828, 62.20880126953125, 97.28260803222656, 86.36727905273438, 30.744810104370117, 30.69444465637207], "mean": [28.074296951293945, 1.7832807302474976, 0.5057570338249207, 71.91275787353516, 11.664315223693848, 19.862655639648438], "std": [36.734947204589844, 25.450979232788086, 27.282976150512695, 5.995972156524658, 11.91933822631836, 6.330509185791016], "count": [2725]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5323677136968846]], [[0.5006229954404396]], [[0.47602829083667064]]], "std": [[[0.22842991883429165]], [[0.26790266535795776]], [[0.2861580631081019]]], "count": [377]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5302422651089613]], [[0.5645634779000017]], [[0.6279831432794161]]], "std": [[[0.23421851673164365]], [[0.27559808144620795]], [[0.31052264399903406]]], "count": [377]}, "timestamp": {"min": [0.0], "max": [108.96], "mean": [54.48], "std": [31.46558755211795], "count": [2725]}, "frame_index": {"min": [0], "max": [2724], "mean": [1362.0], "std": [786.6396888029487], "count": [2725]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2725]}, "index": {"min": [0], "max": [2724], "mean": [1362.0], "std": [786.6396888029487], "count": [2725]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2725]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 2725,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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": 25,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 25,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin"}
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:7e8de967719943c7e5c0d7417f8a3f0e111587d7f3782cf1ce7fc5501d33ac76
3
+ size 10620335
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6102de2dd23b5edddae32855e22c523af53cd2cc3915022a96ed4c5170654960
3
+ size 34647453