volotat / DiffMorph

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

Full dependencies list #5

Closed karen-pal closed 3 years ago

karen-pal commented 3 years ago

Hello. Just made your code work on my computer. Tensorflow isn't the only dependency requiered, you may want to update your readme. You also need tensorflow-add_ons and cv2.

They can all be install through this command

pip3 install tensorflow tensorflow_addons opencv-python

This would make your code more accesible. Cheers!

effdotsh commented 3 years ago

6