SimSwap
SimSwap copied to clipboard
An arbitrary face-swapping framework on images and videos with one single trained model!
Is there anyone who has trained a new model with better identity? If possible I would love to receive it, thanks!
(simswap) C:\Users\foldd\Desktop\SimSwap>python test_video_swapmulti.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path lo.png --video_path pt.mp4 --output_path ./output/multi_test_swapmulti-pt.mp4 --temp_path ./temp ------------ Options ------------- Arc_path: arcface_model/arcface_checkpoint.tar aspect_ratio: 1.0 batchSize: 8 checkpoints_dir: ./checkpoints cluster_path:...
when I run this command: python train.py --name simswap224_test --batchSize 8 --gpu_ids 1 --dataset vggface2 --Gdeep False an erroe occurred: /home/zhang/anaconda3/envs/Sim/lib/python3.7/site-packages/torch/serialization.py:656: SourceChangeWarning: source code of class 'torch.nn.parallel.data_parallel.DataParallel' has changed. you...
`------------ Options ------------- Arc_path: arcface_model/arcface_checkpoint.tar aspect_ratio: 1.0 batchSize: 8 checkpoints_dir: ./checkpoints cluster_path: features_clustered_010.npy crop_size: 224 data_type: 32 dataroot: ./datasets/cityscapes/ display_winsize: 512 engine: None export_onnx: None feat_num: 3 fineSize: 512 fp16:...
 The link unworks. OneDrive 在国内用不了,希望能加个百度云的链接。
I tried pyinstaller but executables causes dependencies errors on start. Has anyone tried creating a standalone build?
@neuralchen I'm getting to "pip install insightface==0.2.1 onnxruntime moviepy" and and I get errors.. Visual studio and build tools installed. Windows 10, gtx 1650, ryzen 7. Cuda 12.0. CPU version...
When I ran script nothing happened. The program has been stuck here, and ended with: TypeError: exceptions must derive from BaseException 