This commit is contained in:
yinsx
2025-12-24 15:15:13 +08:00
commit df085f3f8f
27 changed files with 1926 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
1.本项目需要下载 Audio2Face-3D-Samples
https://github.com/NVIDIA/Audio2Face-3D-Samples?tab=readme-ov-file 放到 根目录 external/ 目录下
2.虚拟环境创建 a2f_venv
python -m venv a2f_venv
.\a2f_venv\Scripts\Activate.ps1
3.导航到service\a2f_api目录安装依赖
pip install -r requirements.txt
4.运行服务
python app.py
5.打开案例目录 examples\3d\ 控制台输入live-server index.html 即可打开案例