Fix entrypoint(debug=False) to True (#530)

This commit is contained in:
Glenn Jocher 2023-01-21 01:07:48 +01:00 committed by GitHub
parent c5fccc3fc4
commit e0e2f83a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.