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 99339f3 commit 4d48de9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,16 @@ def on_button_click(event, ax=ax):
print("-- segmenting ---")
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: CTRL + Right Click will be adding negative points. ---")
print(
"-- Note: Click points on different foreground class will cause segmentation conflicts. Clear first. ---"
)
print(
"-- Note: Click points not matching class prompts will also cause confusion. ---"
)
print("-- Note: CTRL + Right Click will be adding negative points. ---")

self.update_slice(ax)
# self.point_start = len(self.clicked_points)

Expand Down

0 comments on commit 4d48de9

Please sign in to comment.