Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FOR %%i IN (input/*.jpg, input/*.jpeg, input/*.png) do (
- python test_wholeimage_swapsingle.py --no_simswaplogo --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./face/face.jpg --pic_b_path ./input/%%~xni --output_path ./output/
- move output\result_whole_swapsingle.jpg output\%%~xni
- )
- FOR %%i IN (input/*.gif, input/*.mp4, input/*.webm) do (@echo %%i
- python test_video_swapsingle.py --no_simswaplogo --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./face/face.jpg --video_path ./input/%%~xni --output_path ./output/%%~ni.mp4 --temp_path ./temp_results
- )
Advertisement
Add Comment
Please, Sign In to add comment