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
2
ultralytics/yolo/v8/segment/__init__.py
Normal file
2
ultralytics/yolo/v8/segment/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from ultralytics.yolo.v8.segment.train import SegmentationTrainer
|
||||
from ultralytics.yolo.v8.segment.val import SegmentationValidator
|
||||
Loading…
Add table
Add a link
Reference in a new issue