willx0909 commited on
Commit
fb76ae8
·
verified ·
1 Parent(s): 8777fc7

Upload README.md with huggingface_hub

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