ethanCSL commited on
Commit
3dca3af
·
verified ·
1 Parent(s): c679e78

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:dd34edad0452074225d307cca0fbe4056dd1aafa9e3a801346d471ba6650a5f3
3
+ size 62570
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c30a7a81423b3df2643469bb82b9b12c6c62ccafd9f0e03a5d4235288e43903
3
+ size 34439
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da21408cb22c2539b0eb534c81279fd7947b99d9c4780ea79baffbff83ab4b25
3
+ size 44296
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a57215c4cb7c30c1f2f70153c036e20fc13b723097bd85ea4edafa808f6f82
3
+ size 36806
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick_n_place_50_joint"], "length": 382}
2
+ {"episode_index": 1, "tasks": ["pick_n_place_50_joint"], "length": 195}
3
+ {"episode_index": 2, "tasks": ["pick_n_place_50_joint"], "length": 261}
4
+ {"episode_index": 3, "tasks": ["pick_n_place_50_joint"], "length": 210}
meta/info.json ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "franka",
4
+ "total_episodes": 4,
5
+ "total_frames": 1048,
6
+ "total_tasks": 1,
7
+ "total_videos": 12,
8
+ "total_chunks": 1,
9
+ "chunks_size": 100,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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
+ "observation.images.image_front_eye": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 3,
21
+ 480,
22
+ 640
23
+ ],
24
+ "names": [
25
+ "rgb",
26
+ "height",
27
+ "width"
28
+ ],
29
+ "info": {
30
+ "video.fps": 30.0,
31
+ "video.height": 480,
32
+ "video.width": 640,
33
+ "video.channels": 3,
34
+ "video.codec": "av1",
35
+ "video.pix_fmt": "yuv420p",
36
+ "video.is_depth_map": false,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.images.image_rear_eye": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ],
47
+ "names": [
48
+ "rgb",
49
+ "height",
50
+ "width"
51
+ ],
52
+ "info": {
53
+ "video.fps": 30.0,
54
+ "video.height": 480,
55
+ "video.width": 640,
56
+ "video.channels": 3,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "observation.images.image_front_view": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 3,
67
+ 480,
68
+ 640
69
+ ],
70
+ "names": [
71
+ "rgb",
72
+ "height",
73
+ "width"
74
+ ],
75
+ "info": {
76
+ "video.fps": 30.0,
77
+ "video.height": 480,
78
+ "video.width": 640,
79
+ "video.channels": 3,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "has_audio": false
84
+ }
85
+ },
86
+ "observation.state": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 8
90
+ ],
91
+ "names": {
92
+ "motors": [
93
+ "joint0_state",
94
+ "joint1_state",
95
+ "joint2_state",
96
+ "joint3_state",
97
+ "joint4_state",
98
+ "joint5_state",
99
+ "joint6_state",
100
+ "width"
101
+ ]
102
+ }
103
+ },
104
+ "action": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 8
108
+ ],
109
+ "names": {
110
+ "motors": [
111
+ "joint0_state",
112
+ "joint1_state",
113
+ "joint2_state",
114
+ "joint3_state",
115
+ "joint4_state",
116
+ "joint5_state",
117
+ "joint6_state",
118
+ "width"
119
+ ]
120
+ }
121
+ },
122
+ "timestamp": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "frame_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "episode_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "task_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ }
157
+ }
158
+ }
meta/stats.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -0.22812119107076245,
5
+ 0.31501552119506815,
6
+ 0.2477405855305413,
7
+ -2.379153991556826,
8
+ -0.111807695068433,
9
+ 2.7360492469759845,
10
+ 1.674271000714281,
11
+ 0.06382332883334456
12
+ ],
13
+ "std": [
14
+ 0.13396519571712937,
15
+ 0.12197430225802577,
16
+ 0.13651208962816544,
17
+ 0.20096171061630116,
18
+ 0.17285353047593446,
19
+ 0.13218793658530695,
20
+ 0.13698683605358614,
21
+ 0.019778497462471803
22
+ ]
23
+ },
24
+ "observation.state": {
25
+ "mean": [
26
+ -0.22812119107076245,
27
+ 0.31501552119506815,
28
+ 0.2477405855305413,
29
+ -2.379153991556826,
30
+ -0.111807695068433,
31
+ 2.7360492469759845,
32
+ 1.674271000714281,
33
+ 0.06382332883334456
34
+ ],
35
+ "std": [
36
+ 0.13396519571712937,
37
+ 0.12197430225802577,
38
+ 0.13651208962816544,
39
+ 0.20096171061630116,
40
+ 0.17285353047593446,
41
+ 0.13218793658530695,
42
+ 0.13698683605358614,
43
+ 0.019778497462471803
44
+ ]
45
+ },
46
+ "observation.images.image_front_eye": {
47
+ "mean": [
48
+ 0.35966200532500675,
49
+ 0.38277856977234664,
50
+ 0.44706873194861957
51
+ ],
52
+ "std": [
53
+ 0.18703265029029828,
54
+ 0.16424665530991675,
55
+ 0.18242931906189322
56
+ ]
57
+ },
58
+ "observation.images.image_rear_eye": {
59
+ "mean": [
60
+ 0.3398680986642231,
61
+ 0.3463880104205687,
62
+ 0.4905284246536915
63
+ ],
64
+ "std": [
65
+ 0.20539407531825343,
66
+ 0.20509379378279272,
67
+ 0.2171258417027392
68
+ ]
69
+ },
70
+ "observation.images.image_front_view": {
71
+ "mean": [
72
+ 0.4701474961919032,
73
+ 0.49593698380254303,
74
+ 0.5472467273488906
75
+ ],
76
+ "std": [
77
+ 0.18190502478278495,
78
+ 0.19144251248870217,
79
+ 0.19667266933644162
80
+ ]
81
+ }
82
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick_n_place_50_joint"}
videos/chunk-000/observation.images.image_front_eye/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf53395c4b5243d6285187de3e0e1a430889197eff06cc62427aed2c68780e5
3
+ size 1245942
videos/chunk-000/observation.images.image_front_eye/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c574197edfba8b8c53afc3adc99a8741d48bfec974646160b0bd939ee5f634f5
3
+ size 768176
videos/chunk-000/observation.images.image_front_eye/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedda7a3d5eea99dd707af60bcc6080da984609af51f272350b8972165e74cee
3
+ size 1079437
videos/chunk-000/observation.images.image_front_eye/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01808f4a069e8aa0daa49e9f5a33fd72be68429575a7496a32dc3063957cdef5
3
+ size 852314
videos/chunk-000/observation.images.image_front_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:606e65f3b1d0c01114a25ec1c87cfcf11b4a74ee440b1d631ddca498d9de42fd
3
+ size 824116
videos/chunk-000/observation.images.image_front_view/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0908bb238bd6755d930f4e4c7bd028c06dc28cd8f5d9e5fa68ecd0054089f6
3
+ size 500232
videos/chunk-000/observation.images.image_front_view/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bff585b574bb20bbb40c44e9d9df6eb386369d77bbd71e26dbe30c6e2209c38
3
+ size 744366
videos/chunk-000/observation.images.image_front_view/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332239dad770c3e004e55b7a21eae67e036449782590b57132c42ce78913d563
3
+ size 592585
videos/chunk-000/observation.images.image_rear_eye/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc69881165dbd60f8a7b1795398b2bc1b34fbdb7e1bf5a5255b3609204b3d29c
3
+ size 1316925
videos/chunk-000/observation.images.image_rear_eye/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0443865967f7a7908f7aea56cff14845122243fa56eada99ebd9e20398d02f2
3
+ size 840875
videos/chunk-000/observation.images.image_rear_eye/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c5661e234704be5cedec699005226e4f25f22800c6608d6171f24ab6085360
3
+ size 1183662
videos/chunk-000/observation.images.image_rear_eye/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9eb20c34490f1ce51eb0824201db1a09575813771da4995b6ae67b60d86c01
3
+ size 963383