Skip to content

Commit 1056761

Browse files
committed
docs: clarify detection model options in color correction tutorial
1 parent df5b068 commit 1056761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/color_correction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is the main feature of this package. Its capture to color correct an image
4747

4848
# Step 3: Initialize the color correction model with specified parameters
4949
color_corrector = ColorCorrection(
50-
detection_model="yolov8",
50+
detection_model="yolov8", # or "mcc"
5151
detection_conf_th=0.25,
5252
correction_model="affine_reg", # (1)
5353
degree=3, # (2)

0 commit comments

Comments
 (0)