Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 5.61 KB

README.md

File metadata and controls

75 lines (57 loc) · 5.61 KB

Deep Learning for 3D Point Clouds: A Survey

Yulan Guo, Hanyun Wang, Qingyong Hu, Hao Liu, Li Liu, and Mohammed Bennamoun.

Introduction

We present a comprehensive review of recent deep learning methods for point clouds. Please see our arXiv tech report. This repository provides the results of existing methods on several public benchmarks. It covers three major tasks, including 3D shape classification, 3D object detection, and 3D point cloud segmentation. Please feel free to contact me or create an issue on this page if you have new results to add or any suggestions!

We will update this page on a regular basis! So stay tuned~ 🎉🎉🎉

(1) 3D Shape Classification

Public Datasets

Benchmark Results

(2) 3D Object Detection

Public Datasets

Benchmark Results

(3) 3D Point Cloud Segmentation

Public Datasets

Benchmark Results

Citation

If you find our work useful in your research, please consider citing:

@article{guo2019deep,
  title={Deep Learning for 3D Point Clouds: A Survey},
  author={Guo, Yulan and Wang, Hanyun and Hu, Qingyong and Liu, Hao and Liu, Li and Bennamoun, Mohammed},
  journal={arXiv preprint arXiv:1912.12033},
  year={2019}
}

Updates

  • 26/02/2020: Adding the dataset information
  • 27/12/2019: Initial release.