“No such file or directory: 'models/BEST_checkpoint.tar'” #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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