Code Monkey home page Code Monkey logo

point-transformer's Introduction

Paper | Colab

Unofficial Implementation of Point Transformer for classification on ModelNet40

Point Transformer is a paper by Hengshuang Zhao et al. (2020). The project was done in the scope of the course NPM3D of Master MVA 2021. It consisted in understanding the paper and testing one part of the paper, here the classification on ModelNet40.

I also provide a notebook where all the pipeline is already implemented.

Dataset

The data can be downloaded here. It is a pre-processed version of the ModelNet40 CAD models that was created for PointNet++ (see [PointNet++]{http://stanford.edu/~rqi/pointnet2/}). It must then be unzipped and saved in data/modelnet40_normal_resampled.

Loading the dataset takes a long time the first time, since it pre-computes the samplings and saves it in the files modelnet40_test_1024pts_fps and modelnet40_train_1024pts_fps. Once pre-processed it allows the computations to be much faster for the rest of the pipeline.

Run

To run a training procedure and test a model you should run train.py (and change parameters if you want to). In the current configuration, you should obtain around 91.5% accuracy on the test split.

Each .py file can be unit-tested (by directly running them)

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.