├── README.md └── assets └── images ├── .DS_Store ├── pipeline_12_2.png └── teaser_12_1.png /README.md: -------------------------------------------------------------------------------- 1 | # AniGS - Official PyTorch Implementation 2 | 3 | 4 | 5 | [![Website](https://raw.githubusercontent.com/prs-eth/Marigold/main/doc/badges/badge-website.svg)](https://lingtengqiu.github.io/2024/AniGS/) 6 | [![Paper](https://img.shields.io/badge/arXiv-PDF-b31b1b)](https://arxiv.org/pdf/2412.02684) 7 | [![ModelScope](https://img.shields.io/badge/%20ModelScope%20-Space-blue)](https://modelscope.cn/studios/Damo_XR_Lab/Motionshop2) 8 | [![License](https://img.shields.io/badge/License-Apache--2.0-929292)](https://www.apache.org/licenses/LICENSE-2.0) 9 | 10 | 11 | 12 | **AniGS: Animatable Gaussian Avatar from a Single Image with Inconsistent Gaussian Reconstruction** 13 | 14 |

15 | 16 |

17 | 18 | ## News 19 | - (03.14, 2025 UTC) 📢📢📢 LHM is released at [LHM](https://github.com/aigc3d/LHM), which is more stable and faster than AniGS!!! 📢📢📢 20 | - (02.27, 2025 UTC) 📢📢📢 AniGS is got accepted by CVPR2025!!! 21 | - (01.10, 2025 UTC) 📢📢📢 We have integrated AniGS in **👉 [MotionShop-2](https://modelscope.cn/studios/Damo_XR_Lab/Motionshop2)** 📢📢📢 22 | 23 | ## Code 24 | 25 | We are working on releasing the code... 🏗️ 🚧 🔨 Please stay tuned! (3.20 2025, UTC) 26 | 27 | - [x] Online Demo 🔥🔥🔥 28 | - [ ] Animation Code 29 | - [ ] Reconstruction from Inconsistent Images 30 | - [ ] Champ-Based Multi-view RGB & Normal Prior 31 | - [ ] DiT-Based Multi-view RGB & Normal Prior 32 | -------------------------------------------------------------------------------- /assets/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aigc3d/AniGS/4bec1d3da4dcecd87e1e84e52c8c3068b1f39122/assets/images/.DS_Store -------------------------------------------------------------------------------- /assets/images/pipeline_12_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aigc3d/AniGS/4bec1d3da4dcecd87e1e84e52c8c3068b1f39122/assets/images/pipeline_12_2.png -------------------------------------------------------------------------------- /assets/images/teaser_12_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aigc3d/AniGS/4bec1d3da4dcecd87e1e84e52c8c3068b1f39122/assets/images/teaser_12_1.png --------------------------------------------------------------------------------