PDF | Pretrained Models (to be released)
We use Ubuntu 22.04/24.04, Python 3.9, PyTorch 2.1.1 and CUDA 11.8 for this project. The extensions Chamfer and PointNet2 are compiled with GCC 9. The model is trained on NVIDIA RTX 3090 GPUs.
You may refer to the instructions below to set up the environment and install the dependencies.
git clone https://github.com/Rinfly/Hyper-PCN.git
cd Hyper-PCN
conda create -n hyper-pcn python=3.9
conda activate hyper-pcn
conda install pytorch==2.1.1 torchvision==0.16.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt
sh extensions/install.shThis code is built upon PoinTr. We are also grateful for the open-source code of DeepHypergraph, GRNet, Pointnet2_PyTorch, DGCNN and SymmCompletion.