We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0c819 commit 4857208Copy full SHA for 4857208
src/anomalib/models/image/rkde/torch_model.py
@@ -24,7 +24,7 @@ class RkdeModel(nn.Module):
24
roi_score_threshold (float, optional): Minimum confidence score for the region proposals.
25
Defaults to ``0.001``.
26
min_box_size (int, optional): Minimum size in pixels for the region proposals.
27
- Defaults to ``100``.
+ Defaults to ``25``.
28
iou_threshold (float, optional): Intersection-Over-Union threshold used during NMS.
29
Defaults to ``0.3``.
30
max_detections_per_image (int, optional): Maximum number of region proposals per image.
0 commit comments