By Victor Hernández-Manrique, Miguel González-Mendoza, EugeniaVirtualHumans.
[Updates]
2024.02.21
: Finished documentation of 3DDFA-V1 XLR8TD for its installation and usage.2024.01.31
: Creation of repository "3DDFA-V1 XLR8TD"
- Ubuntu >=23.10
- Anaconda >=24.1.0
-
Clone this repo
git clone https://github.com/VictorHManrique/3DDFA-V1-XLR8TD.git
cd 3DDFA-V1-XLR8TD
Then, download dlib landmark pre-trained model in Google Drive or Baidu Yun, and put it into
models
directory. (To reduce this repo's size) -
Create Conda Environment
conda env create -f environment.yml
-
Activate Conda Environment
conda activate XLR8TD
-
Build cython module (just one line for building)
cd utils/cython
python3 setup.py build_ext -i
-
Return to Main
cd ../..
-
Run the UI
python3 xlr8td.py
-
Once the UI is displayed, click on the XLR8TD button.