volotat / DiffMorph

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

Fix for issue #10 #11

Closed tanseersaji closed 2 years ago

tanseersaji commented 2 years ago

The following changes have been done:

  1. Fixed issue #10
  2. Removed print statements and added tqdm for progress bars
  3. Added arguments for changing FPS and STEPS
volotat commented 2 years ago

Thank you for your contribution