lucidrains / lightweight-gan

Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
MIT License
1.63k stars 222 forks source link

.tif support #53

Open cr458 opened 3 years ago

cr458 commented 3 years ago

Any chance we could get support for .tif files as well?

lucidrains commented 3 years ago

@cr458 sure, do you mean .tiff? will pytorch fid be compatible with .tiff?

cr458 commented 3 years ago

@lucidrains good question. I'm working on getting .tif support integrated into pytorch-fid, once it is I'll let you know! FWIW I think .tif and .tiff may be interchangeable in a similar way to jpg and jpeg although I'm not sure. I've certainly seen both used.