/pointcloud_classification

Point cloud classification on real data using CNNs and classical machine learning algorithm

Primary LanguagePythonMIT LicenseMIT

Point Cloud Classification Using Deep Learning and Classical Machine Learning Methods

Supported models are available under config/config.yaml.

Usage

  • Dependencies
    conda env create -f environment.yml
    
  • Usage
    • Train
      python trainer.py --model DGCNNC --train
      
    • Evaluation
      python trainer.py --model DGCNNC 
      

Adding your own model

ToDo

Acknowledgement