Fix missing argument (#17253)

pull/17252/head^2
Laughing 2 weeks ago committed by GitHub
parent 6ffd8841fd
commit e798dbf52e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ultralytics/models/sam/modules/sam.py

@ -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…
Cancel
Save