alyssaq / face_morpher

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

Can't find avi file anywhere that was saved after morhphing #19

Closed quki closed 7 years ago

quki commented 7 years ago

Can't find avi file anywhere that was saved after morhphing.

I executed below command,

$python3 facemorpher/morpher.py --images=./test --out_video=test.avi

and then console shows

./test/baby.jpg
./test/adult.jpg
test.avi saved

In test directory, It has two face images baby.jpg and adult.jpg but I cannot find test.avi anywhere.

Is that right way to create avi file??

alyssaq commented 7 years ago

Did you manage to locate the test.avi file?

quki commented 7 years ago

Yes, I tried to manage location of test.avi file. like

$python3 facemorpher/morpher.py --images=./test --out_video=/mypath/test.avi

and my environment is Linux/CentOS 7