Make config overrides user friendly (#80)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
7690cae2fc
commit
681cfc1c35
3 changed files with 86 additions and 0 deletions
|
|
@ -5,3 +5,6 @@ from ultralytics.yolo.v8 import classify, detect, segment
|
|||
ROOT = Path(__file__).parents[0] # yolov8 ROOT
|
||||
|
||||
__all__ = ["classify", "segment", "detect"]
|
||||
|
||||
# Patch hydra cli
|
||||
from ultralytics.yolo.utils.configs import hydra_patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue