fix nvidia 3000 series usage #122

Open
realies wants to merge 1 commits from realies/patch-1 into main
realies commented 2021-09-22 01:19:11 +02:00 (Migrated from github.com)
No description provided.
Lam0ntN commented 2022-11-25 19:02:04 +01:00 (Migrated from github.com)

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'
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin realies/patch-1:realies/patch-1
git checkout realies/patch-1
Sign in to join this conversation.