Thuongg2907 commited on
Commit
57dc79e
·
verified ·
1 Parent(s): dbc36a1

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:2298a4c05cc658dbd194aae182a3602870d7f97ce679b20929f7ffad32e8e69a
3
+ size 66427
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Classify objects by color and put them in the correct bin"], "length": 899}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-31.240467071533203, -96.35135650634766, -50.28830337524414, 51.220699310302734, -23.722505569458008, -0.36333954334259033], "max": [64.45027923583984, 45.333194732666016, 98.15040588378906, 78.49634552001953, 31.12896156311035, 29.999675750732422], "mean": [25.321027755737305, -19.346343994140625, 19.406326293945312, 66.50704193115234, 4.129943370819092, 15.0365629196167], "std": [25.809602737426758, 41.80423355102539, 40.94736099243164, 7.369119644165039, 13.052571296691895, 9.208751678466797], "count": [899]}, "observation.state": {"min": [-30.77544403076172, -95.94477844238281, -47.644927978515625, 51.884521484375, -23.516483306884766, 0.8333333134651184], "max": [63.32794952392578, 47.10957717895508, 98.00724792480469, 78.58861541748047, 30.842491149902344, 29.72222137451172], "mean": [25.32037925720215, -17.62691879272461, 20.340534210205078, 66.72589874267578, 4.113223552703857, 15.969391822814941], "std": [25.740835189819336, 42.05169677734375, 40.58219528198242, 7.261965751647949, 13.070624351501465, 8.633379936218262], "count": [899]}, "observation.images.front": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5679948215566715]], [[0.5266996365873585]], [[0.5020445846783835]]], "std": [[[0.23522468102253546]], [[0.2760522233436415]], [[0.28787658136486216]]], "count": [164]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5713537619061853]], [[0.6056315048122908]], [[0.6451333480292524]]], "std": [[[0.19240495057045934]], [[0.23590561059233656]], [[0.27314449702335114]]], "count": [164]}, "timestamp": {"min": [0.0], "max": [35.92], "mean": [17.96], "std": [10.380751417888783], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}}}
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": 899,
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": "Classify objects by color and put them in the correct 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:b217eabcbf071b0d99984159409c9f3a57bd18d4c0408e04797b43cecb4dfba2
3
+ size 3135824
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:834d48af3ccd54ccb9e65aaa9e115b38e4b5c6b215b492b1355d71dda9a875c1
3
+ size 10941461