Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jul 27, 2024
2 parents c5747f8 + b70a096 commit a50651b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
language_version: python3.9
language_version: python3.10
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
hooks:
Expand Down
2 changes: 1 addition & 1 deletion colour_checker_detection/detection/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Common Utilities
================
Defines the common utilities objects that don't fall in any specific category.
Define the common utilities objects that don't fall in any specific category.
References
----------
Expand Down
2 changes: 1 addition & 1 deletion colour_checker_detection/detection/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colour Checker Detection - Inference
====================================
Defines the objects for colour checker detection using inference based on
Define the objects for colour checker detection using inference based on
*Ultralytics YOLOv8* machine learning model.
- :attr:`colour_checker_detection.SETTINGS_INFERENCE_COLORCHECKER_CLASSIC`
Expand Down
2 changes: 1 addition & 1 deletion colour_checker_detection/detection/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colour Checker Detection - Segmentation
=======================================
Defines the objects for colour checker detection using segmentation:
Define the objects for colour checker detection using segmentation:
- :attr:`colour_checker_detection.SETTINGS_SEGMENTATION_COLORCHECKER_CLASSIC`
- :attr:`colour_checker_detection.SETTINGS_SEGMENTATION_COLORCHECKER_SG`
Expand Down
2 changes: 1 addition & 1 deletion colour_checker_detection/scripts/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Colour Checker Detection - Inference
====================================
Defines the scripts for colour checker detection using inference based on
Define the scripts for colour checker detection using inference based on
*Ultralytics YOLOv8* machine learning model.
Warnings
Expand Down

0 comments on commit a50651b

Please sign in to comment.