neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I get the error: Key already registered with the same priority: GroupSpatialSoftmax

BoyttyP opened this issue · comments

I try to run this:

python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/Iron_man.jpg --video_path ./demo_file/multi_people_1080p.mp4 --output_path ./output/multi_test_swapsingle.mp4 --temp_path ./temp_results

And this is the error:
Key already registered with the same priority: GroupSpatialSoftmax

How can i fix this?