mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Update __init__.py (#191)
/Desktop/ultralytics/runs/detect/ -> /Desktop/yolov10/runs/detect/
This commit is contained in:
parent
15bdea757a
commit
e6d80f3fa6
@ -612,7 +612,7 @@ def get_ubuntu_version():
|
||||
return re.search(r'VERSION_ID="(\d+\.\d+)"', f.read())[1]
|
||||
|
||||
|
||||
def get_user_config_dir(sub_dir="Ultralytics"):
|
||||
def get_user_config_dir(sub_dir="yolov10"):
|
||||
"""
|
||||
Return the appropriate config directory based on the environment operating system.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user