sean1295 commited on
Commit
1da398e
·
verified ·
1 Parent(s): 278353f

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:d89e6f3937a516dca6e4f8c11f46b4be9fed9b272be8866a21cbf3b29574c475
3
+ size 70517981
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2ed68045e4cbc50edb6cea4c6ceec609424cbc8f92704daff08ddd424c80b3
3
+ size 15886884
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d23d5b50f6ef1f4b8498da3844b843240c28dc11f6452a597c5d440e80177b
3
+ size 747130
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "franka",
4
+ "total_episodes": 500,
5
+ "total_frames": 68739,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:500"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.images.image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "desc": "global RGB camera view",
30
+ "info": {
31
+ "video.height": 256,
32
+ "video.width": 256,
33
+ "video.codec": "av1",
34
+ "video.pix_fmt": "yuv420p",
35
+ "video.is_depth_map": false,
36
+ "video.fps": 20,
37
+ "video.channels": 3,
38
+ "has_audio": false
39
+ }
40
+ },
41
+ "observation.images.wrist_image": {
42
+ "dtype": "video",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ],
48
+ "names": [
49
+ "height",
50
+ "width",
51
+ "channel"
52
+ ],
53
+ "desc": "gripper RGB camera view",
54
+ "info": {
55
+ "video.height": 256,
56
+ "video.width": 256,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "video.fps": 20,
61
+ "video.channels": 3,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.states.tactile_depth": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 32,
69
+ 32,
70
+ 1
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channel"
76
+ ],
77
+ "desc": "tactile depth map"
78
+ },
79
+ "observation.state": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 7
83
+ ],
84
+ "names": {
85
+ "motors": [
86
+ "joint_0",
87
+ "joint_1",
88
+ "joint_2",
89
+ "joint_3",
90
+ "joint_4",
91
+ "joint_5",
92
+ "joint_6"
93
+ ]
94
+ },
95
+ "desc": "robot joint positions"
96
+ },
97
+ "action": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 6
101
+ ],
102
+ "names": {
103
+ "motors": [
104
+ "x",
105
+ "y",
106
+ "z",
107
+ "axis_angle1",
108
+ "axis_angle2",
109
+ "axis_angle3"
110
+ ]
111
+ },
112
+ "desc": "target action"
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/stats.json ADDED
The diff for this file is too large to render. See raw diff
 
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825a74f62f9b4b3829a0ca75b1d7d0a7888df1a93acffc5308a9e9dc5e408b27
3
+ size 2086
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:298cf6f46c8d5c7a629b1f06589c9851468dee43d8655a11053d38add33c9137
3
+ size 78043058
videos/observation.images.wrist_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4561903d10f492ac333e1d8005365c64d1a9ebcab9341ffd670f0ed45823e9
3
+ size 60699451