Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KITTI odometry evaluation tool

Usage

Each trajectory file xx.txt contains a N x 12 table, where N is the number of frames of the sequence. Row i represents the i'th pose via a 3x4 transformation matrix. To evaluate one or more given trajectories, such as 09_pred.txt and 10_pred.txt in the data folder:

    python evaluation.py --result_dir=./data/ --eva_seqs=09_pred,10_pred 

To evaluate all trajectories in the data folder:

    python evaluation.py --result_dir=./data/ --eva_seqs=* 

The evaluation results will be generated in folder ./data/xx_eval/. evaluation example evaluation example evaluation example

Reference

KITTI odometry development kit

About

KITTI odometry evaluation tool

Resources

Stars

202 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages