Add model card and evaluation checkpoint
Browse files- README.md +69 -0
- train-3700.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- music-to-dance
|
| 4 |
+
- dance-generation
|
| 5 |
+
- 3d-human-motion
|
| 6 |
+
- motion-generation
|
| 7 |
+
- meanflow
|
| 8 |
+
- bimamba
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# FlowerDance
|
| 12 |
+
|
| 13 |
+
## MeanFlow for Efficient and Refined 3D Dance Generation
|
| 14 |
+
|
| 15 |
+
**Accepted to ECCV 2026**
|
| 16 |
+
|
| 17 |
+
[Paper](https://arxiv.org/abs/2511.21029) |
|
| 18 |
+
[Project Page](https://sun-happy-ykx.github.io/FlowerDance/) |
|
| 19 |
+
[GitHub](https://github.com/XulongT/FlowerDance)
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
FlowerDance generates physically plausible and artistically expressive 3D dance
|
| 24 |
+
with efficient inference and memory usage. It combines MeanFlow with Physical
|
| 25 |
+
Consistency Constraints for high-quality few-step sampling and uses a
|
| 26 |
+
lightweight, non-autoregressive BiMamba backbone with Channel-Level Fusion.
|
| 27 |
+
|
| 28 |
+
## Checkpoint
|
| 29 |
+
|
| 30 |
+
This repository provides the evaluation checkpoint released with FlowerDance:
|
| 31 |
+
|
| 32 |
+
- `train-3700.pt`
|
| 33 |
+
|
| 34 |
+
Download it with:
|
| 35 |
+
|
| 36 |
+
```python
|
| 37 |
+
from huggingface_hub import hf_hub_download
|
| 38 |
+
|
| 39 |
+
checkpoint_path = hf_hub_download(
|
| 40 |
+
repo_id="xlt99/FlowerDance",
|
| 41 |
+
filename="train-3700.pt",
|
| 42 |
+
)
|
| 43 |
+
print(checkpoint_path)
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
To use the checkpoint with the
|
| 47 |
+
[official code](https://github.com/XulongT/FlowerDance), place it at:
|
| 48 |
+
|
| 49 |
+
```text
|
| 50 |
+
runs/train/uniform2/weights/train-3700.pt
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
Then follow the evaluation instructions in the GitHub README.
|
| 54 |
+
|
| 55 |
+
## Citation
|
| 56 |
+
|
| 57 |
+
```bibtex
|
| 58 |
+
@inproceedings{yang2026flowerdance,
|
| 59 |
+
title={FlowerDance: MeanFlow for Efficient and Refined 3D Dance Generation},
|
| 60 |
+
author={Kaixing Yang and Xulong Tang and Ziqiao Peng and Xiangyue Zhang and Puwei Wang and Jun He and Hongyan Liu},
|
| 61 |
+
booktitle={European Conference on Computer Vision (ECCV)},
|
| 62 |
+
year={2026}
|
| 63 |
+
}
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
## License
|
| 67 |
+
|
| 68 |
+
The release does not currently declare a license. Please contact the authors
|
| 69 |
+
for permitted uses.
|
train-3700.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a8e4e44a38f33ddec81bc4921cb1ee1d8b27f42db08f7f34f564454b50a6ab
|
| 3 |
+
size 251937302
|