Fix missing argument (#17253)
This commit is contained in:
parent
6ffd8841fd
commit
e798dbf52e
1 changed files with 1 additions and 0 deletions
|
|
@ -854,6 +854,7 @@ class SAM2Model(torch.nn.Module):
|
|||
mask_inputs,
|
||||
output_dict,
|
||||
num_frames,
|
||||
track_in_reverse,
|
||||
prev_sam_mask_logits,
|
||||
):
|
||||
"""Performs a single tracking step, updating object masks and memory features based on current frame inputs."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue