Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yangyanli/FPNN

Field Probing Neural Networks for 3D Data
https://github.com/yangyanli/FPNN

Last synced: 17 days ago
JSON representation

Field Probing Neural Networks for 3D Data

Awesome Lists containing this project

README

        

# FPNN: Field Probing Neural Networks for 3D Data

Created by Yangyan Li, Soeren Pirk, Hao Su, Charles Ruizhongtai Qi, and Leonidas J. Guibas from Stanford University.

### Introduction
We propose a light-weight way for learning features from 3D data. See more details from our research paper on arXiv (was accepted to NIPS 2016).

### Usage
Check training settings for example usage of the field probing layers, as well as logs generated during our training.

### From FPNN to PointCNN
If you are interested in FPNN, we highly recommend you take a look at [PointCNN](https://github.com/yangyanli/PointCNN), which outperforms FPNN in terms of ModelNet40 classification, together with other advantages.