cv2.error: (-215:Assertion failed) src_depth != CV_16F && src_depth != CV_32S in function 'convertToShow' code example
Example: src_depth != CV_16F && src_depth != CV_32S
image = image.astype(np.uint8)
image = image.astype(np.uint8)