This repository includes the implementation of EB-LG module.
The code has been tested on one configuration:
pytorch 1.0.0, cuda 10.0
Please refer to AdaptConv / DGCNN to install other required packages.
Please download the ModelNet40 and ScanObjectNN datasets and place them to:
cls/data/datasets.
To train or test a model by:
python train.py
The code is built on PointNet++ / DGCNN / AdaptConv. We thank the authors for sharing the codes.