We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813e43e commit d40d4dbCopy full SHA for d40d4db
faceswap.py
@@ -20,6 +20,15 @@
20
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21
# USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23
+"""
24
+This is the code behind the Switching Eds blog post:
25
+
26
+ http://matthewearl.github.io/2015/07/28/switching-eds-with-python/
27
28
+See the above for an explanation of the code below.
29
30
31
32
import cv2
33
import dlib
34
import numpy
0 commit comments