├── LICENSE ├── README.md └── assets └── fig1.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Zedong Chu 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | # HumanRig: Learning Automatic Rigging for Humanoid Character in a Large Scale Dataset
(CVPR 2025 Highlight) 4 | 5 | _**Zedong Chu, 6 | Feng Xiong, 7 | Meiduo Liu, 8 | Jinzhi Zhang, 9 | Mingqi Shao, 10 | Zhaoxu Sun, 11 | Di Wang, 12 | Mu Xu**_ 13 | 14 | 15 | 16 | 17 | 18 | ![teaser](assets/fig1.png) 19 | 20 |
21 | 22 | # TODO 23 | 24 | - [x] Release dataset on Hugging Face 🤗 25 | - Dataset Link: [jellyczd/HumanRig](https://huggingface.co/datasets/jellyczd/HumanRig) 26 | - [ ] Release code 🚧 27 | 28 | ## Citation 29 | 30 | ```bibtex 31 | @misc{chu2024humanriglearningautomaticrigging, 32 | title={HumanRig: Learning Automatic Rigging for Humanoid Character in a Large Scale Dataset}, 33 | author={Zedong Chu and Feng Xiong and Meiduo Liu and Jinzhi Zhang and Mingqi Shao and Zhaoxu Sun and Di Wang and Mu Xu}, 34 | year={2024}, 35 | eprint={2412.02317}, 36 | archivePrefix={arXiv}, 37 | primaryClass={cs.CV}, 38 | url={https://arxiv.org/abs/2412.02317}, 39 | } 40 | ``` 41 | -------------------------------------------------------------------------------- /assets/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c8241998/HumanRig/ec270c6ac1ade2ab8e6b2be3424153f503eb80fd/assets/fig1.png --------------------------------------------------------------------------------