12e21 commited on
Commit
153977a
·
verified ·
1 Parent(s): 36b0acb

Add model 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
+ ---
4
+
5
+ # Teleopit Models
6
+
7
+ Pretrained checkpoints and retargeting assets for [Teleopit](https://github.com/BingqianWu/Teleopit), a teleoperation framework for humanoid robots with motion retargeting.
8
+
9
+ ## Contents
10
+
11
+ - `checkpoints/track.onnx` — tracking model (ONNX)
12
+ - `checkpoints/track.pt` — tracking model (PyTorch)
13
+ - `archives/gmr_assets.tar.gz` — GMR retargeting assets
14
+ - `archives/sample_bvh.tar.gz` — sample BVH motion sequences
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ python scripts/setup/download_assets.py --source huggingface
20
+ ```