Skip to content

XiangLiu0731/MFGNet

Repository files navigation

Code for Paper "Multi-Features Guidance Network for partial-to-partial point cloud registration" (MFGNet)

This is the official code repository for "Multi-Features Guidance Network for partial-to-partial point cloud registration" [arxiv]. The code is largely adapted from https://github.com/jiahaowork/idam.

MFGNet architecture

Environment

python 3.7

torch 1.5.1 + cu101

Open3D 0.10.0.1

spicy 1.4.1

hyp5 2.10.0

tqdm 4.47.0

Usage

The easiest way to run the code is using the following command

python main.py --exp_name exp

This command will run an experiment on the ModelNet40 dataset (automatically downloaded) with all the options set to default. You can see at the end of main.py a list of options that can be used to control hyperparameters of the model and experiment settings. The comments in the file should be enough to understand them.

Citation

If you want to use it in your work, please cite it as

@article{wang2021multi,
	title={Multi-features guidance network for partial-to-partial point cloud registration},
	author={Wang, Hongyuan and Liu, Xiang and Kang, Wen and Yan, Zhiqiang and Wang, Bingwen and Ning, Qianhao},
	journal={Neural Computing and Applications},
	pages={1--12},
	year={2021},
	publisher={Springer}
	}

About

the code of "Multi-Feature Guidance network for Partial-to-Partial Point Cloud Registration"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages