From a8e5db31354caa5441d644b80a0c1b4bfcc80384 Mon Sep 17 00:00:00 2001 From: Martin Laasmaa Date: Thu, 18 Dec 2025 13:03:12 +0200 Subject: [PATCH] Small change --- src/utils/ultralytics_16bit_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ultralytics_16bit_patch.py b/src/utils/ultralytics_16bit_patch.py index 1e30729..dc3706f 100644 --- a/src/utils/ultralytics_16bit_patch.py +++ b/src/utils/ultralytics_16bit_patch.py @@ -44,7 +44,7 @@ def apply_ultralytics_16bit_tiff_patches(*, force: bool = False) -> None: _original_imread = ul_patches.imread def tifffile_imread( - filename: str, flags: int = cv2.IMREAD_COLOR, pseudo_rgb: bool = False + filename: str, flags: int = cv2.IMREAD_COLOR, pseudo_rgb: bool = True ) -> Optional[np.ndarray]: """Replacement for [`ultralytics.utils.patches.imread()`](venv/lib/python3.12/site-packages/ultralytics/utils/patches.py:20).