KO
|
EN
gitlite — search
Search
#python
#javascript
#machine-learning
#css
#html
#react
#nodejs
#rust
#golang
#data-science
#pytorch
#java
PR-Net
★ 55
Open GitHub ↗
Non-Rigid Point Set Registration Networks
Download README (.md)
Explore Similar Repositories
DARE
:
Density Adaptive Point Set Registration
gmmreg-python
:
Python implementation of "Robust Point Set Registration Using Gaussian Mixture Models" by Jian & Vemuri, PAMI'11
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PR-Net
?
Download (.md)
# PR-Net (1) The code is tested on: python 3.6 pytorch: conda install pytorch torchvision cudatoolkit=8.0 -c pytorch (2) For training the model: python train.py (3) C.D. (Before and After) is saved in Vis_xxx and a sample of qualitative testing registration results is saved in Vis_xxx.mat. (4) For comparison with CPD, we use the package: https://github.com/siavashk/pycpd (5) geotnf is modified based on the code from paper: Convolutional neural network architecture for geometric matching,Ignacio Rocco, Relja Arandjelović, Josef Sivic.