matthewearl / faceswap

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

Add automatic video generation example #4

Closed burningion closed 9 years ago

burningion commented 9 years ago

Hey Matthew!

Thanks for sharing your code. I've used it as the basis for a blog post about adapting it for video for people just getting started in Python:

http://www.kpkaiser.com/programming/the-mostly-newbies-guide-to-automatically-swapping-faces-in-video/

I've just now seen that you added a license, I'll add it to my repo, but in the meantime, feel free to accept or reject. Either way, thanks for your work!

matthewearl commented 9 years ago

Hey! Good work, and very cool blog post. In the interests of keeping my branch simple, I'm going to leave this feature out. In general I'll be accepting either bug fixes or minor usability enhancements, or anything that makes the code more readable/concise. Again, thanks for contributing!