Raise configured YOLO max detections
This commit is contained in:
@@ -72,6 +72,7 @@ class YoloDetectionAdapter:
|
||||
conf=float(confidence_threshold),
|
||||
imgsz=int(self.settings.yolo_image_size),
|
||||
device=self.settings.yolo_device,
|
||||
max_det=int(self.settings.yolo_max_detections),
|
||||
verbose=False,
|
||||
)
|
||||
except AppError:
|
||||
|
||||
Reference in New Issue
Block a user