Giter Club home page Giter Club logo

dgcnn-1's Introduction

DGCNN

a pytorch implimentation of Dynamic Graph CNN(EdgeConv)

Training

I impliment the classfication network in the paper, and only the vanilla version. DGCNN(Dynamic Graph CNN) is based on the architecture of PointNet to do a point cloud classification task or a segmentation task.

To train the model, just set the path of you ModelNet40 dataset(you can download it from here) in dataset.py.

Run: python dataset.py, without any error printed. If does, please check the path of your dataset.

If you want to change the hyper-parameters of the model, you can modify params.py yourserf.

Then, just simply runing: python train.py, and it will start training. The training procedure would be saved in a directory called summary , and the model weights would be saved in a directory called weights.

Results

The classification accuracy on test set is 91.2% on ModelNet40 dataset. And my training result is here:

hyper-parameters accuracy
Dynamic Graph CNN(base, K=10) 89.47%
Dynamic Graph CNN(base, K=20) 89.55%
Dynamic Graph CNN(base, K=30) 91.00%
Dynamic Graph CNN(base, K=40) 91.13%
Dynamic Graph CNN(base, K=50) 89.99%

Links

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.