ESVO icon indicating copy to clipboard operation
ESVO copied to clipboard

evaluation

Open knelk opened this issue 2 years ago • 2 comments

Hi, thanks for the amazing work.

Can you please clarify how do you compute your error metrics, exactly?

Tab. V shows the relative error. Do you use the RPE-script from https://cvg.cit.tum.de/data/datasets/rgbd-dataset/tools#evaluation? If yes, please specify how you call the script (which parameters), but mainly how do you set --max_pairs?

Also, do you do any post-/preprocessing to the trajectory, e.g. interpolation,...?

knelk avatar Jul 03 '23 13:07 knelk

since you report the units [°/s] and [cm/s], I assume you use the script with fixed_delta, i.e. the following way:

python scripts/evaluate_rpe.py {fnamegt} {fnameest} --fixed_delta --delta 1 --delta_unit s

Is that correct?

knelk avatar Jul 03 '23 13:07 knelk

Yes, I cannot remember the exact command, but it makes sense to me.

Ethan-Zhou avatar Jul 04 '23 05:07 Ethan-Zhou