junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

The size on disk of ouput is bigger than input #1523

Closed NQHuy1905 closed 1 year ago

NQHuy1905 commented 1 year ago

When i put arg --preprocess none on test . The resolution of output image is same as input but the size on disk of ouput is 18 times bigger than input, why is that

taesungp commented 1 year ago

The size on disk does not exactly correlate with the image resolution, because the images can be compressed. Flat monotonic images will take smaller space than detailed complex images.