STN.keras icon indicating copy to clipboard operation
STN.keras copied to clipboard

Wrong output on inputting image of different width and height

Open ruqayya opened this issue 5 years ago • 0 comments

Hi,

The transformed image (output of STN) is correct when the width and height of the input image are the same. On inputting an image of size 512x256, the transformed image was duplicated twice. However, it seems to work fine for an input image of size 256x512. Below is the output of STN for an image of size 512x256 on applying transformation to a fixed image. The expected output should be similar to the moving image.

image

ruqayya avatar Feb 05 '20 11:02 ruqayya