ultralytics 8.0.153
YOLO Tasks Cleanup (#4314)
This commit is contained in:
@ -44,7 +44,7 @@ class FastSAMValidator(DetectionValidator):
|
||||
'R', 'mAP50', 'mAP50-95)')
|
||||
|
||||
def postprocess(self, preds):
|
||||
"""Postprocesses YOLO predictions and returns output detections with proto."""
|
||||
"""Post-processes YOLO predictions and returns output detections with proto."""
|
||||
p = ops.non_max_suppression(preds[0],
|
||||
self.args.conf,
|
||||
self.args.iou,
|
||||
|
Reference in New Issue
Block a user