UEGAN icon indicating copy to clipboard operation
UEGAN copied to clipboard

some questions on test

Open yuyudiandian opened this issue 3 years ago • 1 comments

Excellent work!I want to know whether test picture's size should be (3,512,512),and I see that the network will automatically resize the pictures to (512 * 512)

yuyudiandian avatar Sep 12 '21 09:09 yuyudiandian

yes, you can test arbitrary size if you comment line 97 in data_loader.py, but the size of your test image should be a multiple of 2^4 (16).

eezkni avatar Sep 13 '21 04:09 eezkni