Giter Site home page Giter Site logo

Comments (6)

yanx27 avatar yanx27 commented on May 19, 2024 2

@a18700 Hi, I actually use default setting in code for voting test. Voting exactly will introduce randomness to experiment results, but it just a slight change. Furthermore, voting test will not increase the performance and it works for more stable results, Finally, I add randomly drop points in trianing processing, which already used in official PointNet++ :)

from pointnet_pointnet2_pytorch.

chenzhaiyu avatar chenzhaiyu commented on May 19, 2024 1

@ZJU-PLP @yanx27 I also encountered this issue (memory leaks) when setting num_workers > 0. The worker process will be killed after some iterations, especially because I don't have a large memory. This seems to be an issue introduced by the reference counting of Python. To mitigate it you can set num_workers = 0, which slows down your data IO for sure. See pytorch/pytorch#13246.

from pointnet_pointnet2_pytorch.

a18700 avatar a18700 commented on May 19, 2024

How kind you are!

One thing what i want to clarify remaining, how does the performance of pointnet++(ssg, msg) is better than official version?

For ssg, 92.4 and 90.9(in paper) is huge difference.

So at first i thought it's heavily depending on augmentations, but you replied as you continue to use same augmentations in paper.

Can you explain more about this enhancement in performance?

Thanks.

from pointnet_pointnet2_pytorch.

yanx27 avatar yanx27 commented on May 19, 2024

@a18700 This work uses almost all the settings of the official version except:
(1) The ball query function maybe slightly different from official one
(2) I use both group normalized xyz and raw xyz to aggregate local group's features.
So I really do not sure that which one will enhance the performance :)

from pointnet_pointnet2_pytorch.

ZJU-PLP avatar ZJU-PLP commented on May 19, 2024

@yanx27 Hi, could you mind sharing the memory usage when you train pointnet2_sem_seg? I find that the memeory need 20GB while offiical tensorflow version only 6GB!
image
Ps:the batch_size=16

from pointnet_pointnet2_pytorch.

yanx27 avatar yanx27 commented on May 19, 2024

@ZJU-PLP Do you use same CUDA version and torch version with me?

from pointnet_pointnet2_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.