12e21 commited on
Commit
913dc16
·
verified ·
1 Parent(s): c45abce

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ ---
6
+
7
+ # Teleopit Datasets
8
+
9
+ Training and validation data for [Teleopit](https://github.com/BingqianWu/Teleopit), a teleoperation framework for humanoid robots with motion retargeting.
10
+
11
+ ## Contents
12
+
13
+ - `data/train/` — training set shards
14
+ - `data/val/` — validation set shards
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ python scripts/setup/download_assets.py --source huggingface --only data
20
+ ```