Skip to content

Commit 24567b9

Browse files
committed
Add minor notes to debugger
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
1 parent 4d48de9 commit 24567b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def on_button_click(event, ax=ax):
124124
self.generate_mask()
125125
print("-- done ---")
126126
print("-- Note: Point only prompts will only do 128 cubic segmentation, a cropping artefact will be observed. ---")
127-
print("-- Note: Point only prompts without specifying class will be treated as supported class, which has worse zero-shot ability. Try class > 132 to perform better zeroshot. ---")
127+
print("-- Note: Point without class will be treated as supported class, which has worse zero-shot ability. Try class > 132 to perform better zeroshot. ---")
128128
print("-- Note: CTRL + Right Click will be adding negative points. ---")
129129
print(
130130
"-- Note: Click points on different foreground class will cause segmentation conflicts. Clear first. ---"

0 commit comments

Comments
 (0)