Skip to main content

Download Assets

Robot models, datasets, and checkpoints are hosted on ModelScope and must be downloaded before use.

One-Click Download

Download all assets (models, data, GMR retargeting assets):

pip install modelscope
python scripts/setup/download_assets.py

Selective Download

Download only what you need for inference:

python scripts/setup/download_assets.py --only robots gmr ckpt bvh

Asset Inventory

Downloaded file sizes change as checkpoints, datasets, and asset bundles are updated. Use the repository paths below as the stable contract.

Local PathPurpose
track.onnxONNX inference model
track.ptPyTorch checkpoint for resume training
data/datasets/<dataset>/shard_*.h5Minimal motion datasets; run precompute before training
data/sample_bvh/*.bvhSample motion files
assets/robots/unitree_g1/Canonical G1 XML and meshes used by training, sim2sim, retargeting, and FK validation
teleopit/retargeting/gmr/assets/GMR retargeting assets, IK configs, and non-canonical robot descriptions

Asset Groups

GroupModelScope RepoContents
ckptBingqianWu/Teleopit-modelstrack.onnx, track.pt
robotsBingqianWu/Teleopit-modelsCanonical robot XML/meshes
gmrBingqianWu/Teleopit-modelsGMR retargeting assets
bvhBingqianWu/Teleopit-modelsSample BVH motion files
dataBingqianWu/Teleopit-datasetsMinimal shards for lafan1, pico_record, seed, and twist2

For asset management details (uploading, versioning), see Asset Management.