“No such file or directory: 'models/BEST_checkpoint.tar'” #152

Open
opened 2021-11-16 09:50:39 +01:00 by sxf97 · 1 comment
sxf97 commented 2021-11-16 09:50:39 +01:00 (Migrated from github.com)

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!!!
)A)UMO{F$8M@8D%H6U2OJDX

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!!! ![)A)UMO{F$8M@8D%H6U2OJDX](https://user-images.githubusercontent.com/74477028/141952473-7044983a-8cd5-44fd-9690-f422f3e030cf.png)
andrewwommack commented 2021-11-18 20:55:47 +01:00 (Migrated from github.com)

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

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
Sign in to join this conversation.