ttotmoon commited on
Commit
da08afe
·
verified ·
1 Parent(s): 1deb972

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a20e3ea88fd558e1fe3cb966ef3171a97ff090820d4fefa932ea91f5306f64a
3
+ size 1374140
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b4ebe09ceeb021356b49eb7e383d34dbeecc23a0dcb33e4db6d862157087d74
3
+ size 12157
meta/info.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "fr3",
4
+ "total_episodes": 4,
5
+ "total_frames": 22744,
6
+ "total_tasks": 1,
7
+ "fps": 30,
8
+ "splits": {
9
+ "train": "0:4"
10
+ },
11
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
12
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
13
+ "chunks_size": 1000,
14
+ "data_files_size_in_mb": 100,
15
+ "video_files_size_in_mb": 200,
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 8
21
+ ],
22
+ "names": [
23
+ "fr3_left_joint_0",
24
+ "fr3_left_joint_1",
25
+ "fr3_left_joint_2",
26
+ "fr3_left_joint_3",
27
+ "fr3_left_joint_4",
28
+ "fr3_left_joint_5",
29
+ "fr3_left_joint_6",
30
+ "fr3_left_gripper"
31
+ ],
32
+ "fps": 30.0
33
+ },
34
+ "action": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 8
38
+ ],
39
+ "names": [
40
+ "fr3_left_action_joint_0",
41
+ "fr3_left_action_joint_1",
42
+ "fr3_left_action_joint_2",
43
+ "fr3_left_action_joint_3",
44
+ "fr3_left_action_joint_4",
45
+ "fr3_left_action_joint_5",
46
+ "fr3_left_action_joint_6",
47
+ "fr3_left_action_gripper"
48
+ ],
49
+ "fps": 30.0
50
+ },
51
+ "timestamp": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null,
57
+ "fps": 30.0
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null,
65
+ "fps": 30.0
66
+ },
67
+ "episode_index": {
68
+ "dtype": "int64",
69
+ "shape": [
70
+ 1
71
+ ],
72
+ "names": null,
73
+ "fps": 30.0
74
+ },
75
+ "index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null,
81
+ "fps": 30.0
82
+ },
83
+ "task_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null,
89
+ "fps": 30.0
90
+ },
91
+ "observation.images.external_left": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 720,
95
+ 1280,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 30.0,
105
+ "video.codec": "h264",
106
+ "video.height": 720,
107
+ "video.width": 1280
108
+ }
109
+ },
110
+ "observation.images.external_right": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 720,
114
+ 1280,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.fps": 30.0,
124
+ "video.codec": "h264",
125
+ "video.height": 720,
126
+ "video.width": 1280
127
+ }
128
+ },
129
+ "observation.images.wrist": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 720,
133
+ 1280,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.fps": 30.0,
143
+ "video.codec": "h264",
144
+ "video.height": 720,
145
+ "video.width": 1280
146
+ }
147
+ }
148
+ }
149
+ }
meta/stats.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -0.3021588623523712,
5
+ -0.14050549268722534,
6
+ -1.112467885017395,
7
+ -2.7424511909484863,
8
+ -0.2990626096725464,
9
+ 1.6164820194244385,
10
+ -1.0001107454299927,
11
+ 0.3348017632961273
12
+ ],
13
+ "max": [
14
+ 1.1341866254806519,
15
+ 0.889237642288208,
16
+ 0.07841090857982635,
17
+ -0.9980747699737549,
18
+ 0.6582575440406799,
19
+ 2.9274137020111084,
20
+ 2.1599864959716797,
21
+ 1.0
22
+ ],
23
+ "mean": [
24
+ 0.4973735213279724,
25
+ 0.2598784267902374,
26
+ -0.38330236077308655,
27
+ -2.0202672481536865,
28
+ 0.09101507812738419,
29
+ 2.253812551498413,
30
+ 0.8203986883163452,
31
+ 0.6792078614234924
32
+ ],
33
+ "std": [
34
+ 0.3879674971103668,
35
+ 0.21334023773670197,
36
+ 0.3463316261768341,
37
+ 0.35561802983283997,
38
+ 0.1957276314496994,
39
+ 0.354220449924469,
40
+ 0.8034487962722778,
41
+ 0.31295743584632874
42
+ ],
43
+ "count": 22744
44
+ },
45
+ "action": {
46
+ "min": [
47
+ -0.31139811873435974,
48
+ -0.15339773893356323,
49
+ -1.1121357679367065,
50
+ -2.750427484512329,
51
+ -0.3037278652191162,
52
+ 1.4235345125198364,
53
+ -1.0354373455047607,
54
+ 0.0
55
+ ],
56
+ "max": [
57
+ 1.1520195007324219,
58
+ 0.8973791003227234,
59
+ 0.06442750245332718,
60
+ -0.9387962818145752,
61
+ 0.6841557621955872,
62
+ 2.9345057010650635,
63
+ 2.169048547744751,
64
+ 1.0
65
+ ],
66
+ "mean": [
67
+ 0.5013720393180847,
68
+ 0.25863128900527954,
69
+ -0.38671669363975525,
70
+ -2.0227010250091553,
71
+ 0.09628754109144211,
72
+ 2.2561845779418945,
73
+ 0.8170033097267151,
74
+ 0.5226464867591858
75
+ ],
76
+ "std": [
77
+ 0.3894692659378052,
78
+ 0.2145134061574936,
79
+ 0.3459851145744324,
80
+ 0.3612505793571472,
81
+ 0.20177224278450012,
82
+ 0.3622828722000122,
83
+ 0.8051072955131531,
84
+ 0.48399943113327026
85
+ ],
86
+ "count": 22744
87
+ }
88
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4af465b4e6070162dfd0df7475118e793117b412858c73821574c347e14220
3
+ size 872
videos/observation.images.external_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c27b97949743f38cfcbf3dcf3b8581de6cae2b083d2cdb752b0de4ed645d8e
3
+ size 11308527
videos/observation.images.external_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5a90bcdd82ab093cca0228fec04c5ada9211567c8468d620ac77b97f6e930f
3
+ size 18146164
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364f13aa56d033f716f2733404b2b4ef177dc5ab7837bb2e3c4fa779a45aefb5
3
+ size 17774060