Code Monkey home page Code Monkey logo

Comments (3)

jefft255 avatar jefft255 commented on May 18, 2024 1

Hello,

After getting PointNet++ to work with S3DIS, I experienced the same thing. However, as Charles pointed out, PointNet uses XYZ RGB X'Y'Z' for segmentation, while, as of right now, PointNet++ semantic segmentation model (pointnet2_sem_seg.py) only uses XYZ. The fact that PointNet++ performs in the same ballpark as PointNet using so much less information is quite impressive in my opinion.

Having read the paper carefully, I do not see a fundamental difficulty in using other features in this model. It would be quite a bit of work to implement however.

from pointnet2.

charlesq34 avatar charlesq34 commented on May 18, 2024

Hi @shuluoshu
Have you tried to use XYZ information only?
the RGB and X'Y'Z' features can be quite dominant in S3DIS dataset

from pointnet2.

shuluoshu avatar shuluoshu commented on May 18, 2024

Hi, @charlesq34 , do you mean that by comparing the results of PointNet (XYZ instead of original XYZRGB) and PointNet++ only using the XYZ information? Does the PointNet++ model not support RGB information?

from pointnet2.

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.