Add model card
Browse files
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 |
+
```
|