Test image format ¶
By: Tomas on Feb. 7, 2024, 6:56 p.m.
I want to reopen the question about the "tiff stacking". In the example algorithm (GitHub), the code reads a single tiff image, which is a simple RGB image (i.e. 3 channels), splits it into 3 jpg images and performs inference for each of those images. Why is that? If the image only has 3 channels, then an inference should be performed on the RGB image. Was is just to show how the final json files look like when inference is performed on multiple images?
Does the test/input folder contains test images each in tiff format and containing a single RGB image? I don't want to waist number of submissions trying to "interrogate" the submission system to figure this out.