Skip to content

Master's thesis project: Analyzing the learnings of a 3D PointNet

Notifications You must be signed in to change notification settings

siantonelli/pointnet-explainability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointNet Explanation

Implementation of Input Optimization technique to explain the predictions of PointNet classifier. For a more detailed presentation of the approach, check this out.

Requirements

pip install -r requirements.txt

Train PointNet

  1. python -m scripts.train_pointnet -c "settings/pointnet_hyperparams.json"

Train AAE

  1. python -m scripts.train_aae -c "./settings/aae_hyperparams.json"

Input Optimization

  1. python -m scripts.optimize -c "settings/opt_hyperparams.json"

Resources

Releases

No releases published

Packages

No packages published

Languages