Detection support (#60)
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
5a52e7663a
commit
7ec7cf3aef
9 changed files with 545 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
from ultralytics.yolo.v8 import classify, segment
|
||||
from ultralytics.yolo.v8 import classify, detect, segment
|
||||
|
||||
ROOT = Path(__file__).parents[0] # yolov8 ROOT
|
||||
|
||||
__all__ = ["classify", "segment"]
|
||||
__all__ = ["classify", "segment", "detect"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue