rdoshi21 commited on
Commit
90af8b0
·
verified ·
1 Parent(s): c3bb1cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +141 -0
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "ur5",
29
+ "total_episodes": 25,
30
+ "total_frames": 5993,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 10,
34
+ "splits": {
35
+ "train": "0:25"
36
+ },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "top_image": {
41
+ "dtype": "image",
42
+ "shape": [
43
+ 240,
44
+ 320,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "fps": 10
53
+ },
54
+ "ur5_wrist_image": {
55
+ "dtype": "image",
56
+ "shape": [
57
+ 240,
58
+ 320,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channel"
65
+ ],
66
+ "fps": 10
67
+ },
68
+ "state": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 8
72
+ ],
73
+ "names": [
74
+ "state"
75
+ ],
76
+ "fps": 10
77
+ },
78
+ "actions": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 8
82
+ ],
83
+ "names": [
84
+ "actions"
85
+ ],
86
+ "fps": 10
87
+ },
88
+ "timestamp": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null,
94
+ "fps": 10
95
+ },
96
+ "frame_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null,
102
+ "fps": 10
103
+ },
104
+ "episode_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null,
110
+ "fps": 10
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null,
118
+ "fps": 10
119
+ },
120
+ "task_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null,
126
+ "fps": 10
127
+ }
128
+ },
129
+ "data_files_size_in_mb": 100,
130
+ "video_files_size_in_mb": 200
131
+ }
132
+ ```
133
+
134
+
135
+ ## Citation
136
+
137
+ **BibTeX:**
138
+
139
+ ```bibtex
140
+ [More Information Needed]
141
+ ```