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

Get noisy results

ShawnXu10 opened this issue · comments

Just I run you code to reconstruct scenes but getting some pretty weird and different results.
For example, the green room.

Screen Shot 2022-08-30 at 10 41 47 AM

Screen Shot 2022-08-30 at 10 42 20 AM

The right is output from you code and the second is the mesh you provided
Seem the right has much more vertices and covered by outliers. Are there any post-processes you did that not includes in the code?

commented

You need to cull the mesh. Perhaps this reply can help you: #13 (comment)

It solves my problem. Thank you.