Tried this fix and ran into issues. Last error message I got was
(simswap) C:\Users\UserName\Documents\SimSwap\SimSwap-main>python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/1124.jpg --video_path ./demo_file/AutumnFallsPOV.mp4 --output_path ./output/AutumnFallsPOV.mp4 --temp_path ./temp_results
Traceback (most recent call last):
File "test_video_swapsingle.py", line 19, in
from insightface_func.face_detect_crop_single import Face_detect_crop
File "C:\Users\UserName\Documents\SimSwap\SimSwap-main\insightface_func\face_detect_crop_single.py", line 16, in
from insightface.model_zoo import model_zoo
ModuleNotFoundError: No module named 'insightface'
Tried this fix and ran into issues. Last error message I got was
(simswap) C:\Users\UserName\Documents\SimSwap\SimSwap-main>python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/1124.jpg --video_path ./demo_file/AutumnFallsPOV.mp4 --output_path ./output/AutumnFallsPOV.mp4 --temp_path ./temp_results
Traceback (most recent call last):
File "test_video_swapsingle.py", line 19, in <module>
from insightface_func.face_detect_crop_single import Face_detect_crop
File "C:\Users\UserName\Documents\SimSwap\SimSwap-main\insightface_func\face_detect_crop_single.py", line 16, in <module>
from insightface.model_zoo import model_zoo
ModuleNotFoundError: No module named 'insightface'
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Tried this fix and ran into issues. Last error message I got was
(simswap) C:\Users\UserName\Documents\SimSwap\SimSwap-main>python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/1124.jpg --video_path ./demo_file/AutumnFallsPOV.mp4 --output_path ./output/AutumnFallsPOV.mp4 --temp_path ./temp_results
Traceback (most recent call last):
File "test_video_swapsingle.py", line 19, in
from insightface_func.face_detect_crop_single import Face_detect_crop
File "C:\Users\UserName\Documents\SimSwap\SimSwap-main\insightface_func\face_detect_crop_single.py", line 16, in
from insightface.model_zoo import model_zoo
ModuleNotFoundError: No module named 'insightface'
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.