Update exporter.py

test-quan
Laughing-q 1 month ago
parent ef8c59cf50
commit ccb5051f7f
  1. 2
      ultralytics/engine/exporter.py

@ -1189,7 +1189,7 @@ class Exporter:
quant_model = NMSWrapper(
model=quant_model,
score_threshold=self.args.conf,
score_threshold=self.args.conf or 0.001,
iou_threshold=self.args.iou,
max_detections=self.args.max_det,
).to(self.device)

Loading…
Cancel
Save