[WIP] Model interface (#68)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laughing-q <1185102784@qq.com>
This commit is contained in:
parent
e6737f1207
commit
7ae45c6cc4
6 changed files with 62 additions and 59 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from ultralytics.yolo import v8
|
||||
|
||||
from .engine.model import YOLO
|
||||
from .engine.trainer import BaseTrainer
|
||||
from .engine.validator import BaseValidator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue