init
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal 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 即可打开案例
|
||||
Reference in New Issue
Block a user