Code Monkey home page Code Monkey logo

Comments (6)

erikwijmans avatar erikwijmans commented on May 18, 2024 1

The default parameters should do that. train/train_cls.py will train an MSG model on modelnet40.

from pointnet2_pytorch.

erikwijmans avatar erikwijmans commented on May 18, 2024

This repo matches the performance from the paper. If I recall correctly, the only hyper-parameter you need to change is the number of points (to 10k) for that.

from pointnet2_pytorch.

zeal-up avatar zeal-up commented on May 18, 2024

@erikwijmans Thanks for your reply! My training results do match the paper, but it is still 0.x% accuracy gap with the paper. And I find that, in your implementation, the architecture seems to be pruned.

        self.SA_modules.append(
            PointnetSAModuleMSG(
                npoint=512,
                radii=[0.1, 0.2, 0.4],
                nsamples=[32, 64, 128],
                `mlps=[[input_channels, 64], [input_channels, 128],` 
################### in the paper, it seem to be a three layer mlp for per sub-pointnet
                      [input_channels, 128]],
                use_xyz=use_xyz
            )
        )

I want to know if you do this on purpose?
Thanks!

from pointnet2_pytorch.

erikwijmans avatar erikwijmans commented on May 18, 2024

I have played around with the architectures a fair amount. Makes sense to change them back to the ones given in Charles' repo, I will make that change.

from pointnet2_pytorch.

mingminzhen avatar mingminzhen commented on May 18, 2024

@erikwijmans How to test the model for modelnet40? Could you give some tips to re-implement the experiment result in the paper?

from pointnet2_pytorch.

LiuNull avatar LiuNull commented on May 18, 2024

@erikwijmans Thanks for your reply! My training results do match the paper, but it is still 0.x% accuracy gap with the paper. And I find that, in your implementation, the architecture seems to be pruned.

        self.SA_modules.append(
            PointnetSAModuleMSG(
                npoint=512,
                radii=[0.1, 0.2, 0.4],
                nsamples=[32, 64, 128],
                `mlps=[[input_channels, 64], [input_channels, 128],` 
################### in the paper, it seem to be a three layer mlp for per sub-pointnet
                      [input_channels, 128]],
                use_xyz=use_xyz
            )
        )

I want to know if you do this on purpose?
Thanks!

Hi, sorry to bother. Did you match the paper's accuracy with the newest arch? I run the code and only got 0.9023 with the default hyper-parameters.

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