sam3
sam3 copied to clipboard
Combining point and text prompts
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?