Advertisement
Guest User

video.bat

a guest
Jul 2nd, 2021
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. cd ..
  2. python test_video_swapsingle.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path %1 --video_path %2 --output_path "./output/%~n1_%~n2.mp4" --temp_path ./temp_results
  3. ::"%~dp0..\output\%~n1_%~n2.mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement