-
Notifications
You must be signed in to change notification settings - Fork 4
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
NAN Gradient #2
Comments
Hi, The reason for this issue could be that when optimize the camera pose in tracker, we need to project back the pixel as a ray, and find the corresponding voxel, sometimes the ray cannot find any voxel (due to bad pose initialization), thus it could happen that the optimizer cannot get proper gradient in that case. I planned to fix this bug but forgot, sorry for that 😅. I will try to fix that later, hopefully it would not be too long. |
Hi again, |
When I use
the gradients of
camera_tensor
inoptimize_cam_in_batch
becomenan
The text was updated successfully, but these errors were encountered: