dazinovic / neural-rgbd-surface-reconstruction

Official implementation of the CVPR 2022 Paper "Neural RGB-D Surface Reconstruction"

Home Page:https://dazinovic.github.io/neural-rgbd-surface-reconstruction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for mesh culling

woominsong opened this issue · comments

Hi, thank you for your great work in this repository.

Is there any code for mesh culling?
I am trying to perform a quantitative evaluation on a trained mesh, but I couldn't come up with a good way to implement the mesh culling described in the paper. (perhaps you used blender together with python?)

2.
Also, I noticed that my trained mesh is a little 'tilted' (the floor is not aligned with the axis plane).
Was there any adjustment step to take care of this issue? If so, is there any code for it?

Solved: I understood that it is due to the difference between BundleFusion camera coordinates and GT coordinates.

Thanks in advance!

I see that the codes are provided in issue #13. Sorry for a duplicate question.