Skip to content

MrZ19/SHM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SHM-repo

Related information

Here is the SHM code.

Implementation

The code is tested with Pytorch 1.6.0 with CUDA 10.2.89. Prerequisites include scipy, h5py, tqdm, etc. Your can install them by yourself.

The ModelNet40 dataset, 3DMatch and KITTI datasets can be download from:

https://github.com/WangYueFt/dcp;https://github.com/yewzijian/RPMNet;https://github.com/chrischoy/DeepGlobalRegistration

Start training with the command:

python main.py 

Start testing with the command:

python main.py --eval True --mdoel_path YOUR_CHECKPOINT_DIRECTORY

Start finetuen with the command:

python main.py --finetune True --tune_path YOUR_CHECKPOINT_DIRECTORY

Acknowledgement

The code is insipred by DCP, PRNet, RPMNet, DGR, etc.

About

S2HMatching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages