Skip to content

Commit 4d48de9

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/debugger.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,16 @@ def on_button_click(event, ax=ax):
123123
print("-- segmenting ---")
124124
self.generate_mask()
125125
print("-- done ---")
126+
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. ---")
128+
print("-- Note: CTRL + Right Click will be adding negative points. ---")
126129
print(
127130
"-- Note: Click points on different foreground class will cause segmentation conflicts. Clear first. ---"
128131
)
129132
print(
130133
"-- Note: Click points not matching class prompts will also cause confusion. ---"
131134
)
132-
print("-- Note: CTRL + Right Click will be adding negative points. ---")
135+
133136
self.update_slice(ax)
134137
# self.point_start = len(self.clicked_points)
135138

0 commit comments

Comments
 (0)