neuralchen / SimSwap

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

I give me this error ----> AttributeError : 'dict' object has no attribute 'to' #399

Closed nonsmm closed 1 year ago

nonsmm commented 1 year ago

it gives me this error ----->

AttributeError : 'dict' object has no attribute 'to'

What should I do? thanks a lot to whoever could answer me

neuralchen commented 1 year ago

If you have already downloaded arcface_checkpoint.tar, please download it again. Also, you also need to update the scripts in ./models/.

nonsmm commented 1 year ago

How can i downloaded the arcface_checkpoint.tar and how can update the scripta in ./models/ ? Please thank you....i'm using simswap colab on browser

woctezuma commented 1 year ago

How can i downloaded the arcface_checkpoint.tar

https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md

how can update the scripts in ./models/ ? Please thank you....i'm using simswap colab on browser

Just git clone from scratch.