You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your great work! I noticed that the predictor.py additionally set a support grid (36 query points) specifically for the first frame, and set up to 800 additional points for the query frame.
For videos with large camera movements, we may not be able to accurately determine a query frame, and the pixels of the first frame may quickly move outside the screen. Could you give me some advice on whether these hyperparameters need to be adjusted? Thanks!
The text was updated successfully, but these errors were encountered:
I got your points. The extra 800 points are actually randomly distributed in 0-T frames, and it is not just for the query frame. I guess the strategy can help.
I got your points. The extra 800 points are actually randomly distributed in 0-T frames, and it is not just for the query frame. I guess the strategy can help.
Thanks! I'll give it a try.
I ran into another related question today when dealing with long videos (1k+ frames, large camera movements).
I found that the process started to get nan mostly at iteration 128, which means w_idx_start==1024 (768) when window size is 16 (12).
To 'fix' this, I can just stop processing at this very near-end iteration but this coincidence is kind of interesting.
I checked my input videos and they can be played normally, but I'm not completely sure if it could be the data issue yet. I'll try to update if I find out something.
I got your points. The extra 800 points are actually randomly distributed in 0-T frames, and it is not just for the query frame. I guess the strategy can help.
@henry123-boy Hi, why do you need to randomly sample the extra 800 points across the 0-T frames? Thx!
Hi, thank you for your great work! I noticed that the
predictor.py
additionally set a support grid (36 query points) specifically for the first frame, and set up to 800 additional points for the query frame.For videos with large camera movements, we may not be able to accurately determine a query frame, and the pixels of the first frame may quickly move outside the screen. Could you give me some advice on whether these hyperparameters need to be adjusted? Thanks!
The text was updated successfully, but these errors were encountered: