We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34973a7 commit 40ef6ffCopy full SHA for 40ef6ff
samgeo/samgeo3.py
@@ -3765,7 +3765,7 @@ def add_mask_prompt(
3765
using SAM3's point prompt capability to segment and track the object.
3766
3767
**Important**: The tracker must be initialized first by calling
3768
- `generate_masks()` with any text prompt before using `add_mask_prompt()`.
+ `init_tracker()` (recommended) or `generate_masks()` (alternative) with any text prompt before using `add_mask_prompt()`.
3769
This is a requirement of SAM3's video tracking architecture.
3770
3771
Args:
0 commit comments