facebookresearch / facebookresearch/sam3
Combining point and text prompts
Open
- Dominant language
- Python
- Stars
- 11.7k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.