You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional) TensorboardX for visualization of the training process.
Following is the suggested way to install these dependencies:
# Create a new conda environment
conda create -n PointAugment python=3.6
conda activate PointAugment
# Install pytorch (please refer to the commend in the official website)
conda install pytorch=1.2.0 torchvision cudatoolkit=10.0 -c pytorch -y
To train a model to classify point clouds sampled from 3D shapes:
python train_PA.py --data_dir ModelNet40_Folder
Log files and network parameters will be saved to log folder in default.
Noted that the code may be not stable, if you can help please contact me.
Citation
If you find our work useful in your research, please consider citing:
@inproceedings{li2020pointaugment,
title={{PointAugment}: An Auto-Augmentation Framework for Point Cloud Classification},
author={Li, Ruihui and Li, Xianzhi and Heng, Pheng-Ann and Fu, Chi-Wing},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
pages={6378--6387},
year={2020}
}
About
Code for PointAugment: an Auto-Augmentation Framework for Point Cloud Classification, CVPR 2020 (Oral)