jokoum commited on
Commit
a2da650
·
verified ·
1 Parent(s): b8b99bd

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:a9ec62135c8cd6e034db3891cb10ba3c2e838a69071bb9d179c031a8db3a9260
3
+ size 245328
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the item"], "length": 3524}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-82.76146697998047, -93.19007873535156, -38.305152893066406, 41.078922271728516, -23.740270614624023, -1.0732674598693848], "max": [21.582054138183594, 35.99388885498047, 88.58659362792969, 94.96604919433594, 26.424299240112305, 23.056734085083008], "mean": [-3.4534308910369873, -26.22861099243164, 31.62248992919922, 65.53736114501953, 2.555156707763672, 5.788478374481201], "std": [23.92421531677246, 30.13689422607422, 26.383344650268555, 8.46904468536377, 7.828352928161621, 5.512280464172363], "count": [3524]}, "observation.state": {"min": [-81.92691040039062, -98.9774169921875, -35.0253791809082, 42.42026901245117, -22.99757194519043, 0.3491620123386383], "max": [21.06312370300293, 36.51469802856445, 99.16935729980469, 94.5827865600586, 25.84951400756836, 22.62569808959961], "mean": [-3.6916251182556152, -25.032026290893555, 33.39290237426758, 65.74320983886719, 2.491546154022217, 6.437608242034912], "std": [23.917314529418945, 30.66419219970703, 26.409469604492188, 8.332311630249023, 7.792303085327148, 5.271539688110352], "count": [3524]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5209672572438895]], [[0.5087718487650348]], [[0.505124455188713]]], "std": [[[0.19174231368970482]], [[0.2013062910388181]], [[0.2188327215119588]]], "count": [457]}, "observation.images.up": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5478595119849545]], [[0.6397343931007852]], [[0.6063148696385922]]], "std": [[[0.17910799243896044]], [[0.19934857817664772]], [[0.19171438510121352]]], "count": [457]}, "timestamp": {"min": [0.0], "max": [117.43333333333334], "mean": [58.71666666666666], "std": [33.90970444512243], "count": [3524]}, "frame_index": {"min": [0], "max": [3523], "mean": [1761.5], "std": [1017.2911333536728], "count": [3524]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3524]}, "index": {"min": [0], "max": [3523], "mean": [1761.5], "std": [1017.2911333536728], "count": [3524]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3524]}}}
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": 3524,
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.up": {
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 item"}
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:7e593db86d57c1ff8145f972044d136d38310cb8937135fd375ceea67b9d5a5a
3
+ size 17344312
videos/chunk-000/observation.images.up/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f174cdff8f1cbccf3618c207dd76de0938eadfffc2bc1c0aa6983b7d5c742675
3
+ size 23140963