Skip to content
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

There is a problem running evalutae_kitti.py #81

Open
Tavish-777 opened this issue Oct 9, 2024 · 3 comments
Open

There is a problem running evalutae_kitti.py #81

Tavish-777 opened this issue Oct 9, 2024 · 3 comments

Comments

@Tavish-777
Copy link

微信图片_20241009160212
The check found that there was a problem with the value of the self_positions_xyz:
self._positions_xyz is : [[-0. -0. -0.]]
How can I fix this bug, check my data read, ground-truth is fine.

@lahavlipson
Copy link
Collaborator

It seems like only one keyframe was created, meaning the model failed to initialize. This might occur if somehow the data was being read incorrectly.

If you comment-out the model inference and run with --show_img, do the images look correct?

@Tavish-777
Copy link
Author

Thank you for your response. I solved the issue by using the version of the code you provided two months ago.

@lahavlipson
Copy link
Collaborator

FYI some of the cuda kernels were updated recently, so you may need to run
pip uninstall dpvo && pip install . to get the latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants