Integration of v8 segmentation (#107)
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
384f0ef1c6
commit
8406b49b49
16 changed files with 422 additions and 224 deletions
|
|
@ -66,7 +66,7 @@ class SegmentationValidator(DetectionValidator):
|
|||
agnostic=self.args.single_cls,
|
||||
max_det=self.args.max_det,
|
||||
nm=self.nm)
|
||||
return p, preds[1], preds[2]
|
||||
return p, preds[1][-1]
|
||||
|
||||
def update_metrics(self, preds, batch):
|
||||
# Metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue