MostafaOthman commited on
Commit
daca87f
·
verified ·
1 Parent(s): 8571e5d

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:62b14393ed79d68732b69960b919901b52c979995e0c9bbc2c5ea5be93112c9f
3
+ size 35788
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the purple sweet and place in the tray"], "length": 745}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.225616455078125, -99.83256530761719, -67.67123413085938, 50.25685119628906, -23.662118911743164, 0.483091801404953], "max": [41.626792907714844, 47.67685317993164, 93.97260284423828, 99.91438293457031, 1.1017838716506958, 32.367149353027344], "mean": [5.967062950134277, -32.51609802246094, 21.873855590820312, 74.01480102539062, -6.701418876647949, 4.372702598571777], "std": [16.318565368652344, 60.417606353759766, 65.78195190429688, 12.007526397705078, 7.216472148895264, 7.237329006195068], "count": [745]}, "observation.state": {"min": [-10.644678115844727, -99.66625213623047, -61.84971237182617, 51.706485748291016, -22.95500946044922, 2.230971097946167], "max": [41.75412368774414, 49.770545959472656, 94.84215545654297, 98.72013854980469, 0.9202454090118408, 31.43044662475586], "mean": [6.052525997161865, -30.618579864501953, 24.79262351989746, 74.40746307373047, -6.708247184753418, 7.1337103843688965], "std": [16.2956485748291, 61.836769104003906, 64.13323211669922, 11.53967571258545, 7.121053695678711, 7.015415668487549], "count": [745]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5150049077142594]], [[0.4800025344057811]], [[0.47256784929347323]]], "std": [[[0.26216798145420783]], [[0.28180210602574146]], [[0.28045864860106223]]], "count": [142]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44281181821320076]], [[0.4548284040435423]], [[0.4465980881202246]]], "std": [[[0.2610868369499045]], [[0.27043626627027934]], [[0.26929270352669593]]], "count": [142]}, "timestamp": {"min": [0.0], "max": [24.8], "mean": [12.4], "std": [7.168759384378243], "count": [745]}, "frame_index": {"min": [0], "max": [744], "mean": [372.0], "std": [215.06278153134727], "count": [745]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [745]}, "index": {"min": [0], "max": [744], "mean": [372.0], "std": [215.06278153134727], "count": [745]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [745]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 745,
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.wrist": {
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.top": {
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 purple sweet and place in the tray"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7c0241e262d26eda5dfea030bd367f841f1b265970a16bf112ea8a7fb0c9ea
3
+ size 13833973
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e5b29045b6513cd9dbce17b2599a98232d8a9ef1ad4e6f55aa19ab8dcea905
3
+ size 7850256