Ac31415 commited on
Commit
1dd78fb
·
verified ·
1 Parent(s): baa7aa4

Upload folder using huggingface_hub

Browse files
._data ADDED
Binary file (4.1 kB). View file
 
._images ADDED
Binary file (4.1 kB). View file
 
._tmp37xxg26s ADDED
Binary file (4.1 kB). View file
 
._tmp49v5tis9 ADDED
Binary file (4.1 kB). View file
 
._tmptl7ef9c5 ADDED
Binary file (4.1 kB). View file
 
data/._chunk-000 ADDED
Binary file (4.1 kB). View file
 
data/chunk-000/._file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceff3a498f60363e40e4306a211cc1344b75075b402befca307bc82d1f03d7d5
3
+ size 4096
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd17cfd0688bff2aaa2ddc8e03e2467a2b0c3118edb9e2f1b07f4be10c096c89
3
+ size 140665
meta/._tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceff3a498f60363e40e4306a211cc1344b75075b402befca307bc82d1f03d7d5
3
+ size 4096
meta/info.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ur5e_aic",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "pose.position.x",
19
+ "pose.position.y",
20
+ "pose.position.z",
21
+ "pose.orientation.x",
22
+ "pose.orientation.y",
23
+ "pose.orientation.z",
24
+ "pose.orientation.w",
25
+ "gripper.position"
26
+ ],
27
+ "shape": [
28
+ 8
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "tcp_pose.position.x",
35
+ "tcp_pose.position.y",
36
+ "tcp_pose.position.z",
37
+ "tcp_pose.orientation.x",
38
+ "tcp_pose.orientation.y",
39
+ "tcp_pose.orientation.z",
40
+ "tcp_pose.orientation.w",
41
+ "tcp_velocity.linear.x",
42
+ "tcp_velocity.linear.y",
43
+ "tcp_velocity.linear.z",
44
+ "tcp_velocity.angular.x",
45
+ "tcp_velocity.angular.y",
46
+ "tcp_velocity.angular.z",
47
+ "tcp_error.x",
48
+ "tcp_error.y",
49
+ "tcp_error.z",
50
+ "tcp_error.rx",
51
+ "tcp_error.ry",
52
+ "tcp_error.rz",
53
+ "joint_positions.0",
54
+ "joint_positions.1",
55
+ "joint_positions.2",
56
+ "joint_positions.3",
57
+ "joint_positions.4",
58
+ "joint_positions.5",
59
+ "joint_positions.6"
60
+ ],
61
+ "shape": [
62
+ 26
63
+ ]
64
+ },
65
+ "observation.images.left_camera": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 256,
69
+ 288,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ]
77
+ },
78
+ "observation.images.center_camera": {
79
+ "dtype": "video",
80
+ "shape": [
81
+ 256,
82
+ 288,
83
+ 3
84
+ ],
85
+ "names": [
86
+ "height",
87
+ "width",
88
+ "channels"
89
+ ]
90
+ },
91
+ "observation.images.right_camera": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 256,
95
+ 288,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ]
103
+ },
104
+ "timestamp": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "frame_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "episode_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "task_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ }
139
+ }
140
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cba81df963640e5bfe433cbb2eec30440259230c428e1028b19b2112496b1d4
3
+ size 2033
tmp37xxg26s/._observation.images.right_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceff3a498f60363e40e4306a211cc1344b75075b402befca307bc82d1f03d7d5
3
+ size 4096
tmp37xxg26s/observation.images.right_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800dc032125cbc275dedff043a8a37c0225b52db1ba62b3018d6a66161db80fc
3
+ size 2151075
tmp49v5tis9/._observation.images.left_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceff3a498f60363e40e4306a211cc1344b75075b402befca307bc82d1f03d7d5
3
+ size 4096
tmp49v5tis9/observation.images.left_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c7931eabc2d612d515b2cde290dfffa9e5fb01fda03227ce9cb61ff2ec1092
3
+ size 1930389
tmptl7ef9c5/._observation.images.center_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceff3a498f60363e40e4306a211cc1344b75075b402befca307bc82d1f03d7d5
3
+ size 4096
tmptl7ef9c5/observation.images.center_camera_000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee86368f2589fdd002294573009b549641008b55c90f3470bf1b42431da39028
3
+ size 852951