Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- REM Подготовка
- conda create -n simswap-cpu python=3.6
- conda activate simswap-cpu
- conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cpuonly -c pytorch
- pip install --ignore-installed imageio
- pip install insightface==0.2.1 onnxruntime moviepy
- REM Потом
- cd D:\SimSwap-main-cpu
- D:
- conda activate simswap-cpu
- python test_video_swapmutil.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/Iron_man.jpg --video_path ./demo_file/mutil_people_1080p.mp4 --output_path ./output/mutil_test_swapmutil.mp4 --temp_path ./temp_results
Advertisement
Add Comment
Please, Sign In to add comment