Skip to content

Commit

Permalink
fix_dense_tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
xyx committed Jun 4, 2024
1 parent a4bedc5 commit 4e777d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/spatracker/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def _compute_dense_tracks(
queries=grid_pts,
backward_tracking=backward_tracking,
wind_length=wind_length,
video_depth=video_depth,
depth_predictor=depth_predictor,
)
tracks = smart_cat(tracks, tracks_step, dim=2)
visibilities = smart_cat(visibilities, visibilities_step, dim=2)
Expand Down

0 comments on commit 4e777d1

Please sign in to comment.