MulixBF commited on
Commit
624a4e6
·
verified ·
1 Parent(s): 7974301

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:977d0f69d8d5fca892eb97e77c8800c98a33425f97fbfaa08b70c5f5a6e10015
3
+ size 21035
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the gray cube"], "length": 382}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-41.39854049682617, -99.82593536376953, 21.667390823364258, 46.69887161254883, -9.20634937286377, 0.08025681972503662], "max": [5.276705265045166, -3.0461270809173584, 92.01042175292969, 86.07085418701172, 19.072038650512695, 44.94382095336914], "mean": [-21.820402145385742, -48.4058723449707, 54.625370025634766, 66.26636505126953, -1.1467180252075195, 14.957597732543945], "std": [15.897797584533691, 41.3758544921875, 28.8509578704834, 9.342479705810547, 4.729735374450684, 18.195249557495117], "count": [382]}, "observation.state": {"min": [-40.06938552856445, -98.80648040771484, 26.181015014648438, 47.51314163208008, -8.962148666381836, 0.4794520437717438], "max": [3.9895923137664795, -1.5345268249511719, 99.47019958496094, 85.92802429199219, 15.311355590820312, 44.657535552978516], "mean": [-21.561342239379883, -46.73359298706055, 58.18953323364258, 66.22383117675781, -1.3367079496383667, 15.150602340698242], "std": [15.506438255310059, 42.572967529296875, 30.01142120361328, 8.906058311462402, 4.253177642822266, 17.919740676879883], "count": [382]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6595035355392157]], [[0.4754599244281046]], [[0.45530284313725494]]], "std": [[[0.3082122367361975]], [[0.22530800943345355]], [[0.190109147813214]]], "count": [100]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6838833517156863]], [[0.33755385825163403]], [[0.30307933619281047]]], "std": [[[0.1930733438152754]], [[0.2782038465661339]], [[0.2853445784270004]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.7], "mean": [6.35], "std": [3.675784118917879], "count": [382]}, "frame_index": {"min": [0], "max": [381], "mean": [190.5], "std": [110.27352356753637], "count": [382]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [382]}, "index": {"min": [0], "max": [381], "mean": [190.5], "std": [110.27352356753637], "count": [382]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [382]}}}
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": 382,
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
+ "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
+ "observation.images.gripper": {
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": "Grab the gray cube"}
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:4098ac38d3715a5a586ec0c680dd0ffb8f232d6a99add07f0597a92307ae22b6
3
+ size 2410134
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f675d8d17a90870ec096538f2b8681de08efe030c36a1c1e33bde9011af14b
3
+ size 12787470