henry123-boy/SpaTracker

Bug in _compute_dense_tracks

Opened this issue · 1 comments

Hi Yuxi,

Thanks for releasing this great project. The depth_predictor and video_depth variables are not used here, which causes error when using _compute_dense_tracks.

tracks_step, visibilities_step, T_First_step = self._compute_sparse_tracks(
video=video,
queries=grid_pts,
backward_tracking=backward_tracking,
wind_length=wind_length,
)

Additional request -- when you push new commits, could you just push without rebase? Otherwise it is hard for me to sync up my code with your latest change. Thank you!

Best,
Linyi

Hi Linyi,
Thank you for your kind reminder. I have added the depth_predictor and video_depth there. For rebase, I appologize for that, cause I removed irrelevant history commits before. But the current version is clean already, so I guess you can re-clone and iterate based on the version right now. I am sorry for your inconvenience.

Best,
Yuxi