-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triggering torch.isnan(coords).any() #42
Comments
@Jafonso-sudo @henry123-boy Hello, I've encountered the similar issue, which seems to happen randomly. Have you come up with any ideas? |
@Jafonso-sudo @zhangzjjjjjj Hello, I've encountered the similar issue, which seems to happen randomly. Have you come up with any ideas? |
Unfortunately I gave up and decided to use CoTracker 3 when it was released. It's really unfortunate since the problem I'm applying it to is inherently 3D, so I am sure SpatialTracker could have been beneficial :( |
I sincerely apologize for being extremely busy over the past few months. Could someone kindly provide a video sample where the NAN issue occurs? |
Hey @henry123-boy, no need to apologize at all, you owe as nothing. I'll try to see if I have time to try and setup SpatialTracker again in the next few days and get you a sample. Though, I imagine someone on your team encountered the same problem since the breakpoint condition is already pushed to the repository. |
Hello,
On seemingly larger inputs, I seem to trigger the condition in line 520 of
spatracker.py
(in theforward_iteration
function). I imagine you have encountered it too for the condition to be there. Do you have any idea what triggers it and how to fix it?Thanks in advance!
The text was updated successfully, but these errors were encountered: