matthewearl / faceswap

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

Quick question if possible. #18

Open IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd opened 6 years ago

IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd commented 6 years ago

Much appreciate the code and the extensive guide. I had a simple question that hopefully will not consume too much of your time.

Is it possible to change the size of the output image? So that all faces are aligned in the same box, but they have the rest of the image extending outward (to a user defined extent)

Thanks!