mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
refactor: rename max_num_boxes to max_detections
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user