volotat / DiffMorph

Image morphing without reference points by applying warp maps and optimizing over them.
MIT License
463 stars 52 forks source link

Error with morph.py command #21

Open Chris9178 opened 10 months ago

Chris9178 commented 10 months ago

Hello, I was trying to execut the morph.py command, however I got an error:

"(tf) C:\Users\chris\Desktop\DiffMorph-master\DiffMorph-master>morph.py -s images/test(2).jpg -t images/test(1).jpg Traceback (most recent call last): File "C:\Users\chris\Desktop\DiffMorph-master\DiffMorph-master\morph.py", line 3, in import numpy as np ModuleNotFoundError: No module named 'numpy'"

I think I'll need some help here please ^^ Thanks a lot!