Skip to content

Commit 40ef6ff

Browse files
giswqsCopilot
andauthored
Update samgeo/samgeo3.py
Co-authored-by: Copilot <[email protected]>
1 parent 34973a7 commit 40ef6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samgeo/samgeo3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3765,7 +3765,7 @@ def add_mask_prompt(
37653765
using SAM3's point prompt capability to segment and track the object.
37663766
37673767
**Important**: The tracker must be initialized first by calling
3768-
`generate_masks()` with any text prompt before using `add_mask_prompt()`.
3768+
`init_tracker()` (recommended) or `generate_masks()` (alternative) with any text prompt before using `add_mask_prompt()`.
37693769
This is a requirement of SAM3's video tracking architecture.
37703770
37713771
Args:

0 commit comments

Comments
 (0)