Skip to content

Commit 4857208

Browse files
fix docstring
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent cd0c819 commit 4857208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anomalib/models/image/rkde/torch_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RkdeModel(nn.Module):
2424
roi_score_threshold (float, optional): Minimum confidence score for the region proposals.
2525
Defaults to ``0.001``.
2626
min_box_size (int, optional): Minimum size in pixels for the region proposals.
27-
Defaults to ``100``.
27+
Defaults to ``25``.
2828
iou_threshold (float, optional): Intersection-Over-Union threshold used during NMS.
2929
Defaults to ``0.3``.
3030
max_detections_per_image (int, optional): Maximum number of region proposals per image.

0 commit comments

Comments
 (0)