Skip to content

adrienzhh/Robustness_Metric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robustness Metric

This project evaluates the robustness of trajectories by comparing them using Robustness Metrics based on paper. Traditional ATE and RPE primarily focus on the accuracy of trajectory and does not consider the completeness of trajectory (recall). To address these gaps, we introduce Robustness Metric based on estimated RPE that consider both precision and completeness.

robustness_metrics4-0_1.mp4

Prerequisites

evo package (refer here for installation)

Quick Start

  1. Configure your trajectory pairs in config.conf:
trajectory_pairs = [
    {
        reference = "/path/to/reference.txt"
        estimated = "/path/to/estimated.txt"
    }
]

parameters {
  threshold_start = 0.05 # Starting threshold for AUC calculation
  threshold_end = 1 # Ending threshold for AUC calculation
}
  1. Run the evaluation:
# Basic evaluation
python3 eval_robustness.py --config ./config.conf

# With visualization plots
python3 eval_robustness.py --config ./config.conf --plot

Input Format

The script expects trajectories in TUM format:

timestamp tx ty tz qx qy qz qw

For more details on the format, see the evo documentation.

Reference

If you use this metrics in your research, consider cite our paper:

@InProceedings{Zhao2024CVPR,
    author    = {Zhao, Shibo and Gao, Yuanjun and Wu, Tianhao and Singh, Damanpreet and Jiang, Rushan and Sun, Haoxiang and Sarawata, Mansi and Qiu, Yuheng and Whittaker, Warren and Higgins, Ian and Du, Yi and Su, Shaoshu and Xu, Can and Keller, John and Karhade, Jay and Nogueira, Lucas and Saha, Sourojit and Zhang, Ji and Wang, Wenshan and Wang, Chen and Scherer, Sebastian},
    title     = {{SubT-MRS} Dataset: Pushing SLAM Towards All-weather Environments},
    booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
    month     = {June},
    year      = {2024},
    pages     = {22647-22657}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages