Coder Social home page Coder Social logo

Comments (6)

nachovizzo avatar nachovizzo commented on August 15, 2024

Could you please elaborate a bit more?

from vdbfusion.

qpc001 avatar qpc001 commented on August 15, 2024

你能详细说明一下吗?

Using the VLP-16 to build the mesh, the scene is looking like this:
hits

from vdbfusion.

nachovizzo avatar nachovizzo commented on August 15, 2024

Ok, now I understand. That's because vdbfusion employs TSDF, which represents a truncated signed distance field. The reason why you have a "thick" wall in the reconstruction is because of the truncation value, a bigger truncation value will produce "thicker" artifacts, and the opposite is also true.
You have 2 options:

  1. Reduce the truncation value sdf_trunc
  2. DIsable the filling_holes flag, that should also produce thinner surfaces

from vdbfusion.

qpc001 avatar qpc001 commented on August 15, 2024

好的,现在我明白了。这是因为 vdbfusion 使用了 TSDF,它代表了一个截断的有符号距离场。重建中之所以有“厚”的墙是因为截断值,较大的截断值会产生“更厚”的伪影,反之亦然。 您有 2 个选项:

  1. 减少截断值sdf_trunc
  2. 禁用filling_holes标志,这也应该产生更薄的表面

When I go to the other side of the wall, it should be disappear, but it isn't.

from vdbfusion.

nachovizzo avatar nachovizzo commented on August 15, 2024

You could probably check Directional TSDF https://arxiv.org/pdf/1908.05146.pdf

from vdbfusion.

qpc001 avatar qpc001 commented on August 15, 2024

You could probably check Directional TSDF arxiv.org/pdf/1908.05146.pdf

Thank you.

from vdbfusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.