Git Product home page Git Product logo

Comments (3)

wangjksjtu avatar wangjksjtu commented on August 15, 2024

Thanks for your interest in our work. We removed the T-Net module for the consideration of huge expense. T-Net is actually a light-weight PointNet which also requires a lot of memory and computation during the training. So cutting T-Net will allow us to train models with a larger batch size (the point clouds are much denser). On the other hand, in this task, the rotation invariance make little difference, which is different from classification or segmentation.

ps: From my personal experience and thoughts, T-Net doesn't solve the rotation invariance problem completely. You could find that PointNet will crash when the point clouds are rotated in the test.

from dbnet.

milk-bottle-liyu avatar milk-bottle-liyu commented on August 15, 2024

Thank you for your answer and your excellent work~
I still have one question about your las file. I never use las befor, and I only use pcl. I found that in your las are many large integers, while normally, in pcd files, small float numbers are contained. The numbers are quite large , like

[[543291892 168303626 119550667]
 [474037215 252491459 105900143]
 [478627561 145441471 124090555]
 ...
 [721545358 255800428  95042541]
 [525323142 218972645 109166880]
 [613561449 311686346 375054223]]

I just use these to read the las.

infile = laspy.file.File(self.X_val2[i])
data = np.vstack([infile.X, infile.Y, infile.Z]).transpose()

Should I make any adjustments?

from dbnet.

wangjksjtu avatar wangjksjtu commented on August 15, 2024

Hi @public1024, very sorry for the long delay! I was busy with other things and forgot to reply...
Have you solved this problem? From my memory, reading XYZ axes directly from las file is okay. If you want to do normalization, I believe it is also fine!

from dbnet.

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.