Ganga008 commited on
Commit
185de6d
·
verified ·
1 Parent(s): 6962782

Upload README.md with huggingface_hub

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