Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakaraevv committed Dec 28, 2023
1 parent 5368216 commit 9c9a97d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cotracker/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ def forward(

return tracks, visibilities

def _compute_dense_tracks(
self, video, grid_query_frame, grid_size=150, backward_tracking=False
):
def _compute_dense_tracks(self, video, grid_query_frame, grid_size=80, backward_tracking=False):
*_, H, W = video.shape
grid_step = W // grid_size
grid_width = W // grid_step
Expand Down

0 comments on commit 9c9a97d

Please sign in to comment.