Upload FlowerDance preprocessed data
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: FlowerDance Preprocessed Data
|
| 3 |
+
tags:
|
| 4 |
+
- music-to-dance
|
| 5 |
+
- dance-generation
|
| 6 |
+
- 3d-human-motion
|
| 7 |
+
- motion-generation
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# FlowerDance Preprocessed Data
|
| 11 |
+
|
| 12 |
+
This repository contains the complete preprocessed data archive used by [FlowerDance](https://arxiv.org/abs/2511.21029), accepted to ECCV 2026.
|
| 13 |
+
|
| 14 |
+
[Project Page](https://sun-happy-ykx.github.io/FlowerDance/) | [GitHub](https://github.com/XulongT/FlowerDance) | [Model Checkpoint](https://huggingface.co/xlt99/FlowerDance)
|
| 15 |
+
|
| 16 |
+
## Download
|
| 17 |
+
|
| 18 |
+
```bash
|
| 19 |
+
hf download xlt99/FlowerDance-Preprocessed data.7z \
|
| 20 |
+
--repo-type dataset \
|
| 21 |
+
--local-dir .
|
| 22 |
+
7z x data.7z
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
Extract the archive in the FlowerDance project root. It contains the required `data/` directory.
|
| 26 |
+
|
| 27 |
+
SHA-256:
|
| 28 |
+
|
| 29 |
+
```text
|
| 30 |
+
c5bf6e16b7b89f50c9d764dae8870f8d81bf3224a0bdcc1ea553688d59da5c5a data.7z
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
## Acknowledgements
|
| 34 |
+
|
| 35 |
+
This code is standing on the shoulders of giants. We want to thank the following contributors that our code is based on: [EDGE](https://github.com/Stanford-TML/EDGE), [Adan-pytorch](https://github.com/lucidrains/Adan-pytorch), [denoising-diffusion-pytorch](https://github.com/lucidrains/denoising-diffusion-pytorch), [Mamba](https://github.com/state-spaces/mamba), [causal-conv1d](https://github.com/Dao-AILab/causal-conv1d), and [fairmotion](https://github.com/facebookresearch/fairmotion). The preprocessed data builds on [AIST++](https://github.com/google/aistplusplus_api) and [FineDance](https://github.com/li-ronghui/FineDance).
|
data.7z
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5bf6e16b7b89f50c9d764dae8870f8d81bf3224a0bdcc1ea553688d59da5c5a
|
| 3 |
+
size 1343971725
|