UEGAN
UEGAN copied to clipboard
some questions on test
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)
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).