kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
601 stars 62 forks source link

LSUN bedroom 128x128 #39

Closed zzp1012 closed 2 years ago

zzp1012 commented 3 years ago

How did u resize the images to 128x128? want some details!🙏

kwotsin commented 2 years ago

@zzp1012 I believe I have resized it using the torch version of resize as seen in this code line: https://github.com/kwotsin/mimicry/blob/master/torch_mimicry/datasets/data_utils.py#L121