[D] consequences of converting .tiff to some tf.data supported format in terms of information loss?
Hi, I’m currently working with a dataset of .tiff files and want to feed those to a model using a tf Dataset for performance reasons. However, tf currently does not support loading .tiff files with Dataset.
Now I’m curious how to assess the loss in information if I convert a tiff to e.g. a png. Currently theses tiffs only hold a single image which for me should not make much a difference.
What would be a good approach to assess this?
submitted by /u/turnmanh
[link] [comments]