face_morpher
face_morpher copied to clipboard
FaceMorph error
Hi i am new to python please can you tell me how to morph the images using commands in linux.
when i am using this command python facemorpher/morpher.py --src=index.jpg --dest=index3.jpg
Traceback (most recent call last):
File "facemorpher/morpher.py", line 139, in
thanks in advance
Hi. I cant reproduce the error. Are all the modules in requirements.txt installed?
If the images are present with a face, the command should work:
python facemorpher/morpher.py --src=index.jpg --dest=index3.jpg
Hi ,i am trying to
python face_morpher/averager.py --src=16.jpg --dest=ted_cruz.jpg --out=a.png
but,the result i received:
Usage:
averager.py --images=<images_folder> [--blur] [--plot]
[--background=(black|transparent|average)]
[--width=
@SagerMaeng averager.py
expects a folder of images. There is nothing to do with one image. You pass the full path of the folder: --images=<images_folder>
oh,no ,i admitted that i was wrong ,but i corrected it ,the problem is the same.
Remove all the flags and only use --images
.
E.g python facemorpher/averager.py --images=images
If theres are face images, it will createresult.png