Not sure what to do with pretraining set and syntax errors result when trying to run any of the scripts #325
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
First: I have no idea what I am doing but I am very good at following tutorials. The most recent ones do not seem to match with the current build?
What do I do with the pretraining .tar file?
I have done everything else, I think, correctly.
When trying to execute: python test_wholeimage_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/TESTsource1.jpg --pic_b_path ./demo_file/TESTdestination1.jpg --output_path ./output/RESULTtest1
I get:
File "test_wholeimage_swapsingle.py", line 10, in
import cv2
File "C:\Users\Me.conda\envs\simswap\lib\site-packages\cv2_init_.py", line 11, in
import numpy
File "C:\Users\Me.conda\envs\simswap\lib\site-packages\numpy_init_.py", line 124, in
from numpy.config import show as show_config
File "C:\Users\Me.conda\envs\simswap\lib\site-packages\numpy_config_.py", line 18
I'm in pretty deep into this but I have no idea what to try next?