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
pip install -r requirements.txt
# For evaluation only
conda install -c conda-forge point_cloud_utils==0.18.0
Data Preparation
The official access addresses of the public data sets are as follows:
PU-GAN,
Sketchfab,
PU1K,
PUNet.
Place and unzip them into folder original_dataset. Run the following commands to prepare dataset.
bash tools/prepare_dataset.sh
Trained Model
We trained our network on aforementioned four datasets, please download the trained weight via Google Drive or Baidu Netdisk, and please it in the folder logs/puc/checkpoints.
Train
Run the following commands to train the network by 4 GPUs. The log and trained model will be saved in the folder logs/upsample-clean.
Run the following commands to evaluate the cleaning results using CD, HD, and P2F. The resolution includes 10k and 50k, and the noise level includes 1, 2, 25.
@article{li2024joint,
title={Joint Point Cloud Upsampling and Cleaning with Octree-based CNNs},
author={Li, Jihe and Pang, Bo and Wang, Peng-Shuai},
journal={arXiv preprint arXiv:2410.17001},
year={2024}
}
About
Joint Point Cloud Upsampling and Cleaning with Octree-based CNNs