I have a medical dataset consisting of all three different formats in different volumes. A quick google search returns Jpeg is a lossy compressed format and png is a lossless compressed format. How to deal with it in terms of training ? Are there are any known consequences?
Is the size of the image dataset too large for it to be unreasonable to do preprocessing on the images to get them all in one common format before bringing them into the databunch?
Hi Nissan! The size of dataset is approximately 3-4 k. So it should be possible to preprocess them. But the query i have which image format is preferred for training and why? What is the impact on CNN due to different image formats? So what is the usual workflow for handling such dataset? And please let me know any known references for preprocessing!