There is such an error when running the code:“No such file or directory: 'models/BEST_checkpoint.tar'”,I did not find this file anywhere in the code!!!
There is such an error when running the code:“No such file or directory: 'models/BEST_checkpoint.tar'”,I did not find this file anywhere in the code!!!

Hey. This is the default checkpoints to use when running the command. You are getting this error because you are not passing the --Arc_path parameter. If you set up the files right, you'll need to set it to:
Hey. This is the default checkpoints to use when running the command. You are getting this error because you are not passing the --Arc_path parameter. If you set up the files right, you'll need to set it to:
--Arc_path arcface_model/arcface_checkpoint.tar
when running the .py file as mentioned in the docs:
https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There is such an error when running the code:“No such file or directory: 'models/BEST_checkpoint.tar'”,I did not find this file anywhere in the code!!!

Hey. This is the default checkpoints to use when running the command. You are getting this error because you are not passing the --Arc_path parameter. If you set up the files right, you'll need to set it to:
--Arc_path arcface_model/arcface_checkpoint.tar
when running the .py file as mentioned in the docs:
https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md