ola31 commited on
Commit
7d8ebd0
·
verified ·
1 Parent(s): 3224338

Upload README.md with huggingface_hub

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