refactor: change wording of hint when nothing has been detected

This commit is contained in:
Manuel Schmid 2024-06-13 01:19:28 +02:00
parent f89d5a97b0
commit a71739026b
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ def worker():
print(f'[Stage2] {sam_detection_on_mask_count} segments applied to mask')
if dino_detection_count == 0 or not async_task.debugging_dino and sam_detection_on_mask_count == 0:
print(f'[Stage2] Skipping')
print(f'[Stage2] No "{stage2_mask_dino_prompt_text}" detected, skipping')
continue
# TODO make configurable