nocomputer
Results
3
comments of
nocomputer
I have the same error. It is not the dlib version because the swapping works on images. I think it has something to do with the first line of the...
It works for me by changing line 17 in the file face_swap.py Change it to self.video = cv2.VideoCapture(0) 0 can be any number of camera attached to your computer. In...
This seemed to have solved it: pip install opencv-python==4.5.1.48 I am running Ubuntu 20.04.5 LTS