Skip to content

Author's Implementation for CVPR 2020 'Neural Implicit Embedding for Point Cloud Analyisis'

Notifications You must be signed in to change notification settings

kentfuji/NeuralEmbedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Implicit Embedding for Point Cloud Analysis

This is the author's simple implementation of the CVPR 2020 paper: Paper

Overview

We present a novel representation for point clouds that encapsulates the local characteristics of the underlying structure.

The key idea is to embed an implicit representation of the point cloud, namely the distance field, into neural networks.

Please contact Kent Fujiwara for details.

Requirements

The code requires the following:

  • Python 3.6
  • Keras 2.3
  • CUDA 10.1
  • cudnn 7
  • cupy
  • threading

Usage

To run the code, simply run

python classify.py

to conduct classification on ModelNet 40 dataset. Please download the data, and modify the DATA_DIR and SAVE_DIR to the preferred locations. As the code creates various intermediate files based on original file names, please modify both train_files.txt and test_files.txt to only include file names without the directory or the extension, e.g. just 'ply_data_train0'

and run

python segment.py

to conduct segmentation on ShapeNet Parts dataset. Please download the data and do the same as above.

Preprocessing data into ELM requires memory space. We recommend splitting the data files into smaller batches if the processing fails.

Citation

Please cite the following paper:

@inproceedings{Fujiwara2020Embedding,
  title={Neural Implicit Embedding for Point Cloud Analysis},
  author={Fujiwara, Kent and Hashimoto, Taiichi},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

License

MIT License

Reference

Work related to the proposal Neural Embedding.

About

Author's Implementation for CVPR 2020 'Neural Implicit Embedding for Point Cloud Analyisis'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages