Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.62 KB

PRIN/SPRIN: On Extracting Point-wise Rotation Invariant Features (TPAMI 2021)

News

  • [2022-03] Our new sim-to-real 9D pose estimation method CPPF that leverages SPRIN SE(3)-invariant features is accepted to CVPR 2022.

Overview

This repository is the Pytorch implementation of PRIN/SPRIN: On Extracting Point-wise Rotation Invariant Features (TPAMI 2021), which is an improved version of our previous work.

ShapeNet Part Segmentation results

Part Segmentation

Feature Matching Results for PRIN

Matching

Dataset and pretrained weights

Train and Test for PRIN/SPRIN

Please refer to README under folder prin and sprin.

License

MIT

References

Our paper is available on https://arxiv.org/pdf/2102.12093.pdf.

Citation

@article{you2021prinsprin,
  title={PRIN/SPRIN: On Extracting Point-wise Rotation Invariant Features},
  author={Yang You and Yujing Lou and Ruoxi Shi and Qi Liu and Yu-Wing Tai and Lizhuang Ma and Weiming Wang and Cewu Lu},
  journal={arXiv preprint arXiv:2102.12093},
  year={2021}
}