There is a problem running evalutae_kitti.py
Opened this issue · 3 comments
Tavish-777 commented
lahavlipson commented
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 commented
Thank you for your response. I solved the issue by using the version of the code you provided two months ago.
lahavlipson commented
FYI some of the cuda kernels were updated recently, so you may need to run
pip uninstall dpvo && pip install .
to get the latest