Accept model=yolov5*u.yaml arguments (#4230)

This commit is contained in:
Glenn Jocher
2023-08-08 14:09:11 +02:00
committed by GitHub
parent 7dcdca3bf4
commit f5fc807fa7
10 changed files with 23 additions and 12 deletions

View File

@ -1,4 +1,5 @@
# Ultralytics YOLO 🚀, GPL-3.0 license
import os
import pkg_resources as pkg

View File

@ -1,4 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license
from ultralytics.utils import SETTINGS, TESTS_RUNNING
from ultralytics.utils.torch_utils import model_info_for_loggers