ilBiondo06 commited on
Commit
4fbad23
·
verified ·
1 Parent(s): 3066fc7

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:5fbe3ce2f01befa62a43bc911682ff4441a4586b20a13dbc482b82e7d18af9f3
3
+ size 58118
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 890}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.44537353515625, 100.15999603271484, 94.94977569580078, 42.59002685546875, -0.619084358215332, 0.5671768188476562], "max": [10.848101615905762, 169.6641387939453, 140.54238891601562, 79.85585021972656, 53.45711898803711, 44.72608947753906], "mean": [1.004494547843933, 155.19415283203125, 131.08505249023438, 67.13214111328125, 3.8168797492980957, 30.97942352294922], "std": [11.553756713867188, 23.967815399169922, 15.837265014648438, 7.422910213470459, 10.826081275939941, 9.187577247619629], "count": [890]}, "observation.state": {"min": [-45.87890625, 100.01953125, 99.84375, 43.76953125, -0.17578125, 4.188880443572998], "max": [10.107421875, 169.27734375, 141.416015625, 79.365234375, 52.734375, 43.41203308105469], "mean": [1.2045953273773193, 154.5297393798828, 132.4403533935547, 67.40830993652344, 4.047906398773193, 30.761220932006836], "std": [11.360054969787598, 24.25362205505371, 15.29451847076416, 7.300713539123535, 10.701133728027344, 8.89415454864502], "count": [890]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5137009060054062]], [[0.5155482278302268]], [[0.48397632988380535]]], "std": [[[0.23289376821683105]], [[0.18859047575571336]], [[0.22909882184358554]]], "count": [162]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470892222423949]], [[0.4974286391511337]], [[0.47210856809287505]]], "std": [[[0.16670261969906164]], [[0.14987643857489724]], [[0.1580158220212193]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.633333333333333], "mean": [14.816666666666665], "std": [8.564023587076345], "count": [890]}, "frame_index": {"min": [0], "max": [889], "mean": [444.5], "std": [256.92070761229036], "count": [890]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [890]}, "index": {"min": [0], "max": [889], "mean": [444.5], "std": [256.92070761229036], "count": [890]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [890]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 890,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side": {
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
+ "observation.images.above": {
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": 30,
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": "Pick the ball and put it in the box."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afad7f03787c4b6c4a559109072fd6751c784249ff2267f7ebef18c448fc3f07
3
+ size 13810833
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:04591ab530ae1bf31f440356c45f0fb12b7e38f8457cdbbb275a5783d37559cb
3
+ size 12480516