Skip to content

Commit

Permalink
TypeError: track() got an unexpected keyword argument 'img_hw' since …
Browse files Browse the repository at this point in the history
…`init_tracker` has `img_hw`
  • Loading branch information
eberrigan committed Oct 8, 2024
1 parent abd38f6 commit 37aa4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleap/nn/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,7 @@ def track(
untracked_instances: List[InstanceType],
img: Optional[np.ndarray] = None,
t: int = None,
**kwargs,
) -> List[InstanceType]:
"""Tracks individual frame, using Kalman filters if possible."""

Expand Down

0 comments on commit 37aa4e1

Please sign in to comment.