SAPE icon indicating copy to clipboard operation
SAPE copied to clipboard

2D/3D original resolution?

Open xindonglin99 opened this issue 2 years ago • 2 comments

Hi,

I wonder is there any possibility that I can run SAPE to train an image with its own resolution? I can see the default is res=128 in the code but we do need a higher resolution.

Best, Xindong

xindonglin99 avatar Apr 28 '22 20:04 xindonglin99

Hi Xindong,

Yes, you can train on any resolution (up to memory limit). Just change the max_res to be above your image resolution. Notice that the res parameter defines the resolution of the controller grid.

Best, Amir

amirhertz avatar May 02 '22 06:05 amirhertz

Hi Amir,

Thanks for pointing that out. Another question is that will increasing the mask size (res=1280) improve the quality of the image reconstruction? Like a 512x512 image with a 1280x1280 mask.

Best, Xindong

xindonglin99 avatar May 02 '22 18:05 xindonglin99