We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5b068 commit 1056761Copy full SHA for 1056761
docs/tutorial/color_correction.md
@@ -47,7 +47,7 @@ This is the main feature of this package. Its capture to color correct an image
47
48
# Step 3: Initialize the color correction model with specified parameters
49
color_corrector = ColorCorrection(
50
- detection_model="yolov8",
+ detection_model="yolov8", # or "mcc"
51
detection_conf_th=0.25,
52
correction_model="affine_reg", # (1)
53
degree=3, # (2)
0 commit comments