matthewearl / faceswap

Python script to put facial features from one face onto another
MIT License
1.4k stars 496 forks source link

Update faceswap.py #16

Open anne27 opened 6 years ago

anne27 commented 6 years ago

This PR references issue #15. [TypeError: points data type = 9 is not supported]

This is to make the data type compatible with the cv2 convexHull function.