├── assets └── fig_datateset_examples.png ├── CITATION.cff └── README.md /assets/fig_datateset_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CVI-SZU/FineMotion/HEAD/assets/fig_datateset_examples.png -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- 1 | type: dataset 2 | cff-version: 1.2.0 3 | message: "If you use this dataset, please cite it as below." 4 | authors: 5 | - family-names: "Wu" 6 | given-names: "Bizhu" 7 | - family-names: "Xie" 8 | given-names: "Jinheng" 9 | - family-names: "Ding" 10 | given-names: "Meidan" 11 | - family-names: "Kong" 12 | given-names: "Zhe" 13 | - family-names: "Ren" 14 | given-names: "Jianfeng" 15 | - family-names: "Bai" 16 | given-names: "Ruibin" 17 | - family-names: "Qu" 18 | given-names: "Rong" 19 | - family-names: "Shen" 20 | given-names: "Linlin" 21 | title: "FineMotion Dataset" 22 | version: 0.0.1 23 | doi: 24 | date-released: 25 | url: "https://github.com/CVI-SZU/FineMotion" 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FineMotion: A Dataset and Benchmark with both Spatial and Temporal Annotation for Fine-grained Motion Generation and Editing 2 | 3 | FineMotion provides strictly aligned, fine-grained descriptions of human body part movements (BPM) for both motion snippets (short segments of motion sequences) and entire motion sequences, with motions sourced from [HumanML3D](https://github.com/EricGuo5513/HumanML3D/)). 4 | 5 |
6 | datateset_examples 7 |
8 | 9 |
10 | 11 | 12 | ## Dataset 13 | 14 | The dataset can be found in [FineMotion_release](https://github.com/BizhuWu/FineMotion). 15 | --------------------------------------------------------------------------------