This repository contains the code for our paper: Unsupervised Uniformly Distributed Keypoints Generation for 3D Model.
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
pip install pointnet2_ops_lib/.
The training and testing data for correspondence is provided by KeypointNet and ShapeNet
Our implementation is mainly based on the following codebases. We gratefully thank the authors for their wonderful works.