neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.45k stars 881 forks source link

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

Open BoyttyP opened 1 year ago

BoyttyP commented 1 year ago

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?