sam3 icon indicating copy to clipboard operation
sam3 copied to clipboard

Combining point and text prompts

Open JohannesGrand opened this issue 3 months ago • 0 comments

Is it possible to combine point prompts with text prompting? The Sam3Processor class only has functions "set_text_prompt" and "add_geometric_prompt" but nothing for adding a point. Point prompting is possible when using the Sam3Image class with model.predict_inst(). However this class does not take a text prompt into account added to the "inference_state". Is there a workaround or am I missing something?

JohannesGrand avatar Dec 11 '25 12:12 JohannesGrand