diff --git a/ultralytics/yolo/configs/__init__.py b/ultralytics/yolo/configs/__init__.py index 48c9af7..2c0c373 100644 --- a/ultralytics/yolo/configs/__init__.py +++ b/ultralytics/yolo/configs/__init__.py @@ -115,7 +115,7 @@ def check_config_mismatch(base: Dict, custom: Dict): sys.exit() -def entrypoint(debug=True): +def entrypoint(debug=False): """ This function is the ultralytics package entrypoint, it's responsible for parsing the command line arguments passed to the package.