Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTU Evaluation Metric #11

Open
Jiangshuyi0V0 opened this issue Apr 18, 2024 · 1 comment
Open

DTU Evaluation Metric #11

Jiangshuyi0V0 opened this issue Apr 18, 2024 · 1 comment

Comments

@Jiangshuyi0V0
Copy link

Jiangshuyi0V0 commented Apr 18, 2024

Thank you for your awesome work. I have a few questions about the DTU-CD evaluation step.

I noticed that the evaluated distance in the code is based on the ground truth point cloud file with reconstructed blocks, excluding the background and floor, while the GT point cloud file includes the background. Could you kindly clarify whether you exclusively use the mean_d2s metric in your paper, or do you take the average of mean_d2s and means2d? If it's the latter, how do you handle the environmental point cloud in the referenced ground truth file?

@monniert
Copy link
Owner

monniert commented May 16, 2024

Hi @Jiangshuyi0V0, sorry for the late reply, I was afk for a few weeks!

We use the standard DTU evaluation which evaluates a given mesh wrt to the GT point cloud files: you can find a python implementation in this codebase, which is a copy from this repo https://github.com/jzhangbs/DTUeval-python. Note that the GT point cloud indeed includes part of the background, but the evaluation script uses object masks (dilated by a few pixels IIRC, more information in the DTU paper: https://roboimagedata2.compute.dtu.dk/data/text/multiViewCVPR2014.pdf) to filter out GT points that do not belong to the object. Therefore, removing the background and floor from our predictions was more aligned with this evaluation process.

We report the average of mean_d2s and mean_s2d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants