Install EPA environment
Use a clean Python 3.10+ environment before running single-case or batch evaluation.
conda create -n epa python=3.10 -y
conda activate epa
python -m pip install epicaEPICA / EPA
EPA is the primary pipeline for trajectory parsing, alignment, timestamp association, metrics, plots, batch summaries, and publication-ready tables.
Commands
The same workflow supports one-pair debugging and later batch promotion into public result tables.
Use a clean Python 3.10+ environment before running single-case or batch evaluation.
conda create -n epa python=3.10 -y
conda activate epa
python -m pip install epicaStore reference and estimate files in an EPA-supported trajectory format.
# timestamp(s) tx ty tz qx qy qz qw
epa_traj --format auto --save-as tum --out-dir outputs/traj_exports <gt> <est>Validate parsing, timestamp association, alignment, plots, and metric output.
epa <gt_file> <est_file>
epa <gt_file> <est_file> --gt-format tum --est-format tumUse the batch harness once case folders and artifact conventions are ready.
export EPA_DATA_ROOT=/workspace/epa_data
epa_bench /workspace/epa_data/benchmark_cases --jobs auto
epa_benchall /workspace/epa_data/benchmark_casesOnly update public result tables after EPA output files and resource logs are present.
epa_rerun --run-dir outputs/<benchmark>_bench --case <case_id>
epa_latex_summary --summary-csv outputs/<benchmark>_bench/run_xxx/summary.csvCompatibility
The website preserves OpenVINS-style evaluation familiarity while keeping EPA as the primary source of public result artifacts.
python -m epa.ov_eval_compat error_comparison se3 /path/to/gt_folder /path/to/algorithm_pose_folderpython -m epa.ov_eval_compat error_singlerun se3 /path/to/gt.txt /path/to/est.txt