neuralchen / SimSwap

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

load arcface_checkpoint.tar error #201

Open xywu111 opened 2 years ago

xywu111 commented 2 years ago

Thanks for you code, but when load the arcface model, such error happened.

return _legacy_load(open_file,map_location...) from .config import device,num_classes import error attempted relative import with no known parent package

Fibonacci134 commented 2 years ago

You might have tried to extract the file. You are not supposed to. Would help if we knew what the root directory looks like.