ultralytics 8.0.47 Docker and reformat updates (#1153)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
d4be4cb24b
commit
a58f766f94
41 changed files with 224 additions and 201 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Ultralytics YOLO 🚀, GPL-3.0 license
|
||||
|
||||
__version__ = '8.0.46'
|
||||
__version__ = '8.0.47'
|
||||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
from ultralytics.yolo.utils.checks import check_yolo as checks
|
||||
|
||||
__all__ = ['__version__', 'YOLO', 'checks'] # allow simpler import
|
||||
__all__ = '__version__', 'YOLO', 'checks' # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue