Separate model and inference artifacts
Browse files
README.md
CHANGED
|
@@ -21,6 +21,7 @@ Official checkpoints for **Mitigating Error Accumulation in Co-Speech Motion Gen
|
|
| 21 |
- [Paper](https://arxiv.org/abs/2511.10076) 路 [Hugging Face Paper page](https://huggingface.co/papers/2511.10076)
|
| 22 |
- [Project page](https://xiangyuezhang.com/GlobalDiff/) 路 [Code](https://github.com/Xiangyue-Zhang/GlobalDiff)
|
| 23 |
- [Published version](https://doi.org/10.1609/aaai.v40i15.38281)
|
|
|
|
| 24 |
|
| 25 |
## Files
|
| 26 |
|
|
@@ -32,8 +33,6 @@ The checkpoint files mirror the official repository while preserving their repos
|
|
| 32 |
| `Scripts/VAE/ckpt/split/global/MaskedVAE3-HorizonFlip/best.pt` | Global rotation VAE checkpoint |
|
| 33 |
| `Scripts/FM/ckpt/split/SimpleSpeechModel/best.zip` | Speech model checkpoint archive |
|
| 34 |
| `Scripts/FM/EMAGE_VAE/AESKConv_240_100.bin` | Evaluation/representation asset |
|
| 35 |
-
| `best_pid_2.zip` | Released Speaker 2 generated test results |
|
| 36 |
-
|
| 37 |
See the code repository's environment checker and inference instructions for all runtime dependencies.
|
| 38 |
|
| 39 |
## Terms
|
|
|
|
| 21 |
- [Paper](https://arxiv.org/abs/2511.10076) 路 [Hugging Face Paper page](https://huggingface.co/papers/2511.10076)
|
| 22 |
- [Project page](https://xiangyuezhang.com/GlobalDiff/) 路 [Code](https://github.com/Xiangyue-Zhang/GlobalDiff)
|
| 23 |
- [Published version](https://doi.org/10.1609/aaai.v40i15.38281)
|
| 24 |
+
- [Generated inference data](https://huggingface.co/datasets/X-Zhang/GlobalDiff-Inference-Data)
|
| 25 |
|
| 26 |
## Files
|
| 27 |
|
|
|
|
| 33 |
| `Scripts/VAE/ckpt/split/global/MaskedVAE3-HorizonFlip/best.pt` | Global rotation VAE checkpoint |
|
| 34 |
| `Scripts/FM/ckpt/split/SimpleSpeechModel/best.zip` | Speech model checkpoint archive |
|
| 35 |
| `Scripts/FM/EMAGE_VAE/AESKConv_240_100.bin` | Evaluation/representation asset |
|
|
|
|
|
|
|
| 36 |
See the code repository's environment checker and inference instructions for all runtime dependencies.
|
| 37 |
|
| 38 |
## Terms
|