kumarhans commited on
Commit
78076c9
·
verified ·
1 Parent(s): 004f6f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - tutorial
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": "xarm6",
31
+ "total_episodes": 2,
32
+ "total_frames": 3019,
33
+ "total_tasks": 1,
34
+ "total_videos": 0,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 50,
38
+ "splits": {
39
+ "train": "0:2"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 14
48
+ ],
49
+ "names": [
50
+ "left_shoulder_pan",
51
+ "left_shoulder_lift",
52
+ "left_elbow_flex",
53
+ "left_wrist_yaw",
54
+ "left_wrist_flex",
55
+ "left_wrist_roll",
56
+ "left_gripper",
57
+ "right_shoulder_pan",
58
+ "right_shoulder_lift",
59
+ "right_elbow_flex",
60
+ "right_wrist_yaw",
61
+ "right_wrist_flex",
62
+ "right_wrist_roll",
63
+ "right_gripper"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": [
72
+ "left_shoulder_pan",
73
+ "left_shoulder_lift",
74
+ "left_elbow_flex",
75
+ "left_wrist_yaw",
76
+ "left_wrist_flex",
77
+ "left_wrist_roll",
78
+ "left_gripper",
79
+ "right_shoulder_pan",
80
+ "right_shoulder_lift",
81
+ "right_elbow_flex",
82
+ "right_wrist_yaw",
83
+ "right_wrist_flex",
84
+ "right_wrist_roll",
85
+ "right_gripper"
86
+ ]
87
+ },
88
+ "timestamp": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "frame_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "episode_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "task_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ }
123
+ }
124
+ }
125
+ ```
126
+
127
+
128
+ ## Citation
129
+
130
+ **BibTeX:**
131
+
132
+ ```bibtex
133
+ [More Information Needed]
134
+ ```