Skip to content
forked from qq456cvb/PRIN

Pointwise Rotation-Invariant Network

Notifications You must be signed in to change notification settings

z-linlinlin/PRIN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

Pointwise Rotation-Invariant Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.3%
  • C++ 12.1%
  • CMake 0.6%