| # conda create -n synctalk python==3.8.8 | |
| # conda activate synctalk | |
| # pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 | |
| pip install -r requirements.txt | |
| pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html | |
| pip install tensorflow-gpu==2.8.1 | |
| pip install ./freqencoder | |
| pip install ./shencoder | |
| pip install ./gridencoder | |
| pip install ./raymarching | |
| python ./scripts/install_pytorch3d.py | |
| https://drive.google.com/file/d/1C2639qi9jvhRygYHwPZDGs8pun3po3W7/view?usp=sharing |