unsupervised-depth-completion-visual-inertial-odometry icon indicating copy to clipboard operation
unsupervised-depth-completion-visual-inertial-odometry copied to clipboard

evaluate visual odometry

Open HuangGuoHui110 opened this issue 4 years ago • 2 comments

Hi, there are only depth evaluation in this project, how do you evaluate your pose?

HuangGuoHui110 avatar Jan 12 '21 13:01 HuangGuoHui110

Hello, thank you for your interest, we measured the absolute trajectory error, relative pose error and relative rotation error Their definitions were included in our supplementary materials.

As we progress with code cleanup/release, full implementation and examples will come as well. But in the short term (this week) I can include the implementations of the error metrics in src/eval_utils.py

alexklwong avatar Jan 13 '21 00:01 alexklwong

Hello, you can use the pose evaluation metrics inside src/eval_utils.py, please see https://github.com/alexklwong/unsupervised-depth-completion-visual-inertial-odometry/commit/12d8beb280bbc5cea8512f2b9c74e21c4db930b0.

alexklwong avatar Jan 15 '21 07:01 alexklwong