neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.49k stars 885 forks source link

download arcface_checkpoint.tar wrong #10

Open yja1 opened 3 years ago

yja1 commented 3 years ago

1

woctezuma commented 3 years ago

9

P-Light commented 3 years ago

Working well with below conda env:

channels:
  - defaults
  - conda-forge
  - pytorch
dependencies:
  - pytorch=1.5
  - torchvision=0.6.1
  - numpy=1.20.2
  - opencv=4.5.0
  - pillow=8.2.0
  - gdown=3.13.0

checkpoint downloaded from GDrive, cuda=10.2

NNNNAI commented 3 years ago

Can you share the conda environment you are using and the test command line? Many thanks. : )