You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ---")
126
129
print(
127
130
"-- Note: Click points on different foreground class will cause segmentation conflicts. Clear first. ---"
128
131
)
129
132
print(
130
133
"-- Note: Click points not matching class prompts will also cause confusion. ---"
131
134
)
132
-
print("-- Note: CTRL + Right Click will be adding negative points. ---")
0 commit comments