refactor: rename max_num_boxes to max_detections

This commit is contained in:
Manuel Schmid
2024-06-18 21:07:27 +02:00
parent b7fb42436c
commit 229ff81738
5 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ sam_options = SAMOptions(
dino_text_threshold=0.25,
dino_erode_or_dilate=0,
dino_debug=False,
max_num_boxes=2,
max_detections=2,
model_type='vit_b'
)