Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

executable file
·
33 lines (26 loc) · 1.2 KB

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