We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8ad80 commit ea9cfacCopy full SHA for ea9cfac
colour_checker_detection/detection/segmentation.py
@@ -974,9 +974,9 @@ def detect_colour_checkers_segmentation(
974
samples: int = 16,
975
additional_data: bool = False,
976
**kwargs: Any,
977
-) -> Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[
978
- NDArrayFloat, ...
979
-]:
+) -> (
+ Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[NDArrayFloat, ...]
+):
980
"""
981
Detect the colour checkers swatches in given image using segmentation.
982
0 commit comments