ZeyuLing's picture
Add files using upload-large-folder tool
4167343 verified
|
Raw
History Blame Contribute Delete
882 Bytes
---
library_name: motius
pipeline_tag: text-to-motion
license: cc-by-nc-sa-4.0
tags:
- human-motion
- two-person-text-to-motion
- intergen
- interhuman
---
# Motius InterGen InterHuman
Inference-only SafeTensors artifact for
[InterGen](https://arxiv.org/abs/2304.05684), adapted from the
[official repository](https://github.com/tr3e/InterGen). It contains the
released model and normalization statistics; optimizer and trainer state are
excluded. The InterHuman dataset is not redistributed.
```python
from motius.pipelines.intergen import InterGenPipeline
pipe = InterGenPipeline.from_pretrained(
"ZeyuLing/motius-intergen-interhuman",
bundle_kwargs={"device": "cuda"},
)
motion = pipe("two people shake hands", motion_len=120, seed=42)
# (1, 120, 2, 262)
```
See the [full Motius model card](https://github.com/ZeyuLing/Motius/blob/main/docs/model_zoo/intergen.md).