DiffMorph icon indicating copy to clipboard operation
DiffMorph copied to clipboard

Image morphing without reference points by applying warp maps and optimizing over them.

Results 11 DiffMorph issues
Sort by recently updated
recently updated
newest added

## Purpose of Pull Request This pull request includes the resizing function calls that preserves the **original aspect ratio** of the input image and outputs the resulting video frames accordingly....

Running the colab project fails at a number of points, starting with this error: ERROR: Could not find a version that satisfies the requirement numpy==1.23.1 Unfortunately don't have enough time...

Hi developers, Thanks for your codes. I ran into a problem for few days. Due to the limitations of my research zone, all dependencies can only download from anaconda and...

Hi Executing just morph.py -s images/xxx.jpg -t images/xxx.jpg [-e 1000 -a 0.8 -m 0.8 -w 0.3] gives me just "command not found. "Executing : ./morph.py -s images/trump.jpg -t images/pence.jpg [-e...

Hi, Would the learned warp maps be able to translate a given pixel location in the source image to a location in the target image?

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...

Hello, I'm trying to use DiffMorph with google colab (because I'm not able to understand how to make it work otherwise.. (if you guys btw can help, I'll be glad!)....

Hello. I needed to install the [CUDA 11.3 library](https://developer.nvidia.com/cuda-11.3.0-download-archive) to fix the following error message for my RTX 3080ti "Could not load dynamic library 'cudart64_110.dll'" It's on the tensorflow page...

Can this program run on Macbook with M1 chip? I been having a lot of problems with the versions of tensorflow and numpy.

I'm having trouble creating environment for this to run. First, numpy==1.21.6 is not available anymore (at least through pip) and the lowest version is 1.3. Secondly, tensorflow-addons==0.17.1 is not compatible...