For the GT issues ¶
By: liuyanice098 on Sept. 14, 2022, 9:26 a.m.
For the GT problem, the GT itself is a 64 bit TIFF gray-scale image. When training, I need to save the GT in an 8-bit png format. My prediction image is also an 8-bit png image with 3 channels . Then , I change the 3 channels png image to 1 channel gray-scale image. Finally, I save a 32-bit tiff gray-scale image. Is that OK?