On data.py, lines 58-59 ``` images = np.array(images, dtype=np.uint8) images16 = np.array(images, dtype=np.uint16) ``` Both are using the 8-bit images, so the training will not use the 16 bit resolution. Is it so?
On data.py, lines 58-59
Both are using the 8-bit images, so the training will not use the 16 bit resolution.
Is it so?