File size: 1,304 Bytes
d9e91b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: apache-2.0
tags:
- dex-hand
- teleoperation
- retargeting
- mujoco
- assets
---

# somehand-assets

External asset repository for `somehand`.

## Contents

This model repo stores runtime assets and sample data that are intentionally kept out of the code repository:

- `archives/mjcf_assets.tar.gz`: packaged MJCF hand assets and meshes under `assets/mjcf/`
- `models/hand_landmarker.task`: MediaPipe hand landmarker model under `assets/models/`
- `archives/reference_assets.tar.gz`: reference BVH assets, currently including `assets/ref_with_toe.bvh`
- `archives/sample_recordings.tar.gz`: sample replay recordings and short rendered examples under `recordings/`

## Suggested download commands

### ModelScope

```bash
export SOMEHAND_MODELSCOPE_REPO_ID=BingqianWu/somehand-assets
python scripts/setup/download_assets.py --only mjcf mediapipe examples
```

### Hugging Face

```bash
export SOMEHAND_HF_REPO_ID=12e21/somehand-assets
python scripts/setup/download_assets.py --source huggingface --only mjcf mediapipe examples
```

## Notes

- This repo is a **model repo** so asset updates are versioned as commits.
- The main `somehand` code repository should not store these large binaries directly.
- Sample recordings are provided for replay, visualization, and regression-style checks.