mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
Fix entrypoint(debug=False) to True (#530)
This commit is contained in:
parent
c5fccc3fc4
commit
e0e2f83a47
@ -115,7 +115,7 @@ def check_config_mismatch(base: Dict, custom: Dict):
|
|||||||
sys.exit()
|
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
|
This function is the ultralytics package entrypoint, it's responsible for parsing the command line arguments passed
|
||||||
to the package.
|
to the package.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user