在Ubuntu上部署GeneFace++,可参考以下步骤:
sudo apt update和sudo apt install build-essential cmake git,安装编译工具和Git。conda create -n geneface python=3.9,然后conda activate geneface。git clone https://github.com/yerfor/GeneFacePlusPlus.git,将项目克隆到本地。pip install -r requirements.txt,安装所需的Python包。export PYTHONPATH=$(pwd):$PYTHONPATH,然后运行python inference/genefacepp_infer.py,根据需要指定参数。