Giter VIP home page Giter VIP logo

Comments (2)

czq142857 avatar czq142857 commented on August 21, 2024

Hi,

The current training loss does not support training from point clouds; it requires ground truth voxels or point-value pairs for training.

Training implicit field models from point clouds itself is an ongoing research area. I would recommend you to look at this work for ideas:
SAL: Sign Agnostic Learning of Shapes from Raw Data
https://arxiv.org/abs/1911.10414

However, if your point clouds are dense enough, you can always obtain their correct voxel models for training by:

  1. Convert point clouds to voxel grids with appropriate resolution (say 64, the smaller the better for floodfill).
  2. Run a floodfill algorithm to make sure the voxels inside a shape are '1's, and the voxels outside are '0's.
  3. Use the point sampling script to sample the point-value pairs and voxels
  4. Train the model

from im-net-pytorch.

Angps1995 avatar Angps1995 commented on August 21, 2024

I see. Thank you for your reply, it is very helpful!! :)

from im-net-pytorch.

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.