资源算法mx-pointnet

mx-pointnet

2019-09-19 | |  81 |   0 |   0

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

  • Install MXNet(https://github.com/apache/incubator-mxnet) on a machine with CUDA GPU

  • Install CUDNN v5 or v6

  • Install h5py for python

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


上一篇:P3D

下一篇:U-Net(kaggle dstl)

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...