fix nvidia 3000 series usage #122
Reference in New Issue
Block a user
Delete Branch "realies/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.