Advertisement
Guest User

Untitled

a guest
Jun 30th, 2021
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.44 KB | None | 0 0
  1. Rem При условии, что батник лежит в папке demo_file
  2. cd ..
  3.  
  4. Rem Путь сохранения можно сменить по желанию
  5. 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
  6.  
  7. Rem Включает видео
  8. start ./output/%~n1_%~n2.mp4
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement