Skip to content

A MXNet implementation for PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

License

Notifications You must be signed in to change notification settings

Zehaos/mx-pointnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mx-pointnet(in progress)

This repository contains a MXNet implementation for the Pointnet. The official implementation is avaliable here.

Note: Only support point cloud classification Currently.

Requirements and Dependencies

Train and Test

  • Modify config/cfg.py by your setting
  • python train.py
  • python test.py

Performance

Classification

Modelnet40 Top1-Acc
Ours 88.0
Reference[1] 89.2

Reference

[1] Charles R. Qi, et al. "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593 (2016).

[2] Chen, Tianqi, et al. "Mxnet: A flexible and efficient machine learning library for heterogeneous distributed systems." arXiv:1512.01274 (2015).

[3] MXNet training code is based largely on Tusimple's resnet implementation, https://github.com/TuSimple/resnet.mxnet

About

A MXNet implementation for PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages