alyssaq / face_morpher

:angel: Morph faces with Python, Numpy, Scipy
886 stars 233 forks source link

How to place the morphed face back to 1st image? #25

Closed lokeshsinhax closed 7 years ago

lokeshsinhax commented 7 years ago

Hi,

Please can you tell me how to place the morphed face back on 1st image? I am talking about averager.py. The outcome has to be- 1st image's hair, body etc., with the morphed face. I tried digging into averager.py with no success.

shakhyap commented 7 years ago

Yes. Same issue here. +1

the morph is so perfect. well done.

shakhyap commented 7 years ago

can u pls tell how to add the morph on a face 1.?

sadhanareddy007 commented 7 years ago

Hi i am new to python please can you tell me how to morph the images using commands in linux.

thanks in advance

alyssaq commented 7 years ago

Ive added a new flag into averager.py to overlay the average face unto a supplied face image. To use: python averager.py--images=images --destimg=image1.jpg --plot

For example, average of the top 2 images are overlaid on image1. Output on the bottom. You may have to do more post-processing to blend the edges.

screen shot 2017-09-18 at 8 50 25 pm
lokeshsinhax commented 7 years ago

Thanks it works.