Open rbrace opened 4 years ago
hey did you find any solution for the error in the line if(isinstance(f,str))
I have faced the same problem. When I try to replace the input image, the Error is vanish. I guess that the program can't recognize a face from image.
I get the error from this line:
if(isinstance(f,str))
It seems that f is never defined, I am not sure what/how it works either.