File size: 540 Bytes
153977a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: mit
---

# Teleopit Models

Pretrained checkpoints and retargeting assets for [Teleopit](https://github.com/BingqianWu/Teleopit), a teleoperation framework for humanoid robots with motion retargeting.

## Contents

- `checkpoints/track.onnx` — tracking model (ONNX)
- `checkpoints/track.pt` — tracking model (PyTorch)
- `archives/gmr_assets.tar.gz` — GMR retargeting assets
- `archives/sample_bvh.tar.gz` — sample BVH motion sequences

## Usage

```bash
python scripts/setup/download_assets.py --source huggingface
```