sr4rs icon indicating copy to clipboard operation
sr4rs copied to clipboard

Output image size and cropping

Open Walter5142 opened this issue 2 years ago • 1 comments

hi @remicres thank you very much for this great work. I found that using the pre-training model to overscore the 128128 resolution image, the result is 256256 resolution. In addition, only a 64*64 region in the original image was intercepted for quadruple hyperpartitioning. Can you help me with the answer?

Walter5142 avatar Nov 08 '22 02:11 Walter5142

hi @Walter5142, Thanks. You are probably using the cropped output tensors. Take a look in train.py to see how thing are done !

remicres avatar Nov 14 '22 20:11 remicres