You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the strange image when I ran this:
python test_one_image.py --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/
Here is the details:
Don`t know the reason. @neuralchen Could you please give me some suggestions if you are avaliable?
The text was updated successfully, but these errors were encountered:
Have you got this file ( latestnet_G.pth) in your /checkpoints/people folder? and that it is about 215Mb? It not then your model is not sufficiently trained. You can download the trained model from here: https://github.com/neuralchen/SimSwap/releases,
if you do 224, then download the older one (not 512), and extract it to the folder above.
I got the strange image when I ran this:
python test_one_image.py --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/
Here is the details:
Don`t know the reason.
@neuralchen Could you please give me some suggestions if you are avaliable?
The text was updated successfully, but these errors were encountered: