Skip to content

Commit

Permalink
Add minor notes to debugger
Browse files Browse the repository at this point in the history
Signed-off-by: heyufan1995 <[email protected]>
  • Loading branch information
heyufan1995 committed Jul 24, 2024
1 parent 4d48de9 commit 24567b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def on_button_click(event, ax=ax):
self.generate_mask()
print("-- done ---")
print("-- Note: Point only prompts will only do 128 cubic segmentation, a cropping artefact will be observed. ---")
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. ---")
print("-- Note: Point without class will be treated as supported class, which has worse zero-shot ability. Try class > 132 to perform better zeroshot. ---")
print("-- Note: CTRL + Right Click will be adding negative points. ---")
print(
"-- Note: Click points on different foreground class will cause segmentation conflicts. Clear first. ---"
Expand Down

0 comments on commit 24567b9

Please sign in to comment.