We highly recommand that you use Anaconda for Installation
conda create -n simswap python=3.6
conda activate simswap
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
(option): pip install --ignore-installed imageio
pip install insightface==0.2.1 onnxruntime moviepy
There are two archive files in the drive: checkpoints.zip and arcface_checkpoint.tar
[Google Drive]
[Baidu Drive] Password: jd2v
We expect users to have GPU with at least 8G memory. For those who do not, we provide [Colab Notebook implementation].