autonomousvision / differentiable_volumetric_rendering

This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
http://www.cvlibs.net/publications/Niemeyer2020CVPR.pdf
MIT License
794 stars 90 forks source link

How to evaluate the chamfer distance for the DTU dataset? #65

Closed fomalhautb closed 2 years ago

fomalhautb commented 2 years ago

Hi, I noticed that the eval_mesh.py only uses Shapes3dDataset. If I evaluate the mesh generated by the multi-view model, I get this error:

image

How should I evaluate the chamfer distance for the DTU dataset?

m-niemeyer commented 2 years ago

Hi @FomalhautB , for the DTU evaluation, we refer to the official DTU evaluation scripts.