This implementation has been tested on Ubuntu 18.04. Details are provided in INSTALL.md.
Processed S3DIS dataset can be downloaded here. Download the dataset and move it to Data/
.
Simply run the following script to start the training:
python train_S3DIS.py
To test the trained model, please run the script:
python test_models.py
If you find this project useful, please consider citing:
@article{wu2022dual,
title={Dual Adaptive Transformations for Weakly Supervised Point Cloud Segmentation},
author={Wu, Zhonghua and Wu, Yicheng and Lin, Guosheng and Cai, Jianfei and Qian, Chen},
journal={arXiv preprint arXiv:2207.09084},
year={2022}
}