Base format

When applying packages such as cv2 or skimage to run the process, it is critical to keep in mind that put it in the base format, for example, for skimage, it is needed to put it into [0,1] by using img_as_float . or for cv2 to make it as uint8 type.

Last updated