From 8b733ae08754a4e63776c32c26868a635d0c07dd Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Thu, 31 Jul 2025 19:14:31 +0200 Subject: [PATCH] typo --- docs/source/depth_estimation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/depth_estimation.mdx b/docs/source/depth_estimation.mdx index 12ba25d0566..7b42e213ceb 100644 --- a/docs/source/depth_estimation.mdx +++ b/docs/source/depth_estimation.mdx @@ -39,7 +39,7 @@ The dataset has two fields: Here the depth maps are using TIFF format as it supports a wide range of data types, including `float32` data. However it is mention-worthy that JPEG/PNG format can only store `uint8` or `uint16` data. -Therefore you have depth maps saved as JPEG/PNG, use the `Image(mode="F")` type to load them as single channel `float32` like normal depth maps: +Therefore if you have depth maps saved as JPEG/PNG, use the `Image(mode="F")` type to load them as single channel `float32` like normal depth maps: ```python >>> from datasets import Image