Segmentation support & other enchancements (#40)
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
c617ee1c79
commit
f56c9bcc26
17 changed files with 1320 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
from ultralytics.yolo.v8 import classify
|
||||
from ultralytics.yolo.v8 import classify, segment
|
||||
|
||||
ROOT = Path(__file__).parents[0] # yolov8 ROOT
|
||||
|
||||
__all__ = ["classify"]
|
||||
__all__ = ["classify", "segment"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue