ultralytics 8.0.143 add Model base class (#3934)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3c787eb080
commit
1a0eb3f099
15 changed files with 182 additions and 407 deletions
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
from ultralytics.models.yolo import classify, detect, pose, segment
|
||||
|
||||
__all__ = 'classify', 'segment', 'detect', 'pose'
|
||||
from .model import YOLO
|
||||
|
||||
__all__ = 'classify', 'segment', 'detect', 'pose', 'YOLO'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue