This repository contains the official implementation of Tavatar (CVPR 2026). A high-quality 3D avatar reconstruction method that leverages 2D image inputs to generate realistic 3D avatars.
- [2026-03] 🎉 Tavatar is accepted to CVPR 2026.
- Python = 3.9
- CUDA 11.8
- Ubuntu/Linux or Windows with CUDA-enabled GPU
- uv package manager
uv syncDownload the SMPL model files and place them in the following directory structure:
./dataset/smpl_models/smpl/
├── SMPL_FEMALE.pkl
├── SMPL_MALE.pkl
└── SMPL_NEUTRAL.pkl
You can obtain SMPL models from the 🔗official SMPL website (registration required).
bash scripts/eval.sh # bash/zsh
# or
.\scripts\eval.ps1 # PowerShell- Data preparation follows the scripts provided by 🔗InstantAvatar.
- We extract normal maps using 🔗Sapiens.
If you encounter build errors on Windows, ensure:
- Visual Studio 2022 is installed with "Desktop development with C++" workload
- CUDA 11.8 is properly installed and in PATH
This project is released under the MIT License.
See LICENSE for full license terms.