when test phase I want to input a 256*256 image then get a 512 *512 image by uncropping task,
but the output is still 256 *256.
I noticed you generate panoramas through repeated application of left and right uncropping in the paper, but how to do this in the code.
Thanks!