Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.3 KB

PRIN

Pointwise Rotation-Invariant Network in PyTorch

Overview

This repository is the Pytorch implementation of PRIN (Pointwise Rotation-Invariant Network).

Dependencies

Dataset and pretrained weights

Usage

  • For training, run "python train.py --log_dir log --model_path ./model.py --num_workers 4"
  • For testing, run "python test.py --weight_path ./state.pkl --model_path ./model.py --num_workers 4"

License

MIT

References

Our paper is available on https://arxiv.org/abs/1811.09361.

Citation

@article{prin,
  title={PRIN: Pointwise Rotation-Invariant Network},
  author={Yang You and Yujing Lou and Qi Liu and Yu-Wing Tai and Weiming Wang and Lizhuang Ma and Cewu Lu},
  journal={arXiv preprint arXiv:1811.09361},
  year={2018}
}