From 60c6eebdcb0958bfdd28a565cd4940f5adaf7cd6 Mon Sep 17 00:00:00 2001 From: Martin Kozlovsky Date: Thu, 16 Jan 2025 18:08:07 -0500 Subject: [PATCH] updated doc --- luxonis_ml/data/loaders/luxonis_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luxonis_ml/data/loaders/luxonis_loader.py b/luxonis_ml/data/loaders/luxonis_loader.py index 261a236a..57314b1f 100644 --- a/luxonis_ml/data/loaders/luxonis_loader.py +++ b/luxonis_ml/data/loaders/luxonis_loader.py @@ -89,7 +89,7 @@ def __init__( @param keep_aspect_ratio: Whether to keep the aspect ratio of the images. Defaults to C{True}. @type color_space: Literal["RGB", "BGR"] - @param color_space: The format of the output images. Defaults + @param color_space: The color space of the output images. Defaults to C{"RGB"}. @type update_mode: UpdateMode @param update_mode: Enum that determines the sync mode: