Skip to content

Correspondence-Free Point Cloud Registration with SO(3)-Equivariant Implicit Shape Representations

Notifications You must be signed in to change notification settings

lucas-yyy000/EquivReg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EquivReg

Official repo for CoRL 2021 paper Correspondence-Free Point Cloud Registration with SO(3)-Equivariant Implicit Shape Representations (link)

Environment

After creating a virtual environment with python 3.8, inside the virtual environment, do:

  1. python setup.py build_ext --inplace
  2. Install torch-batch-svd

Dataset

The preprocessed ModelNet40 dataset can be downloaded at this Google Drive link. It is processed by this repo to obtain water-tight meshes and occupancy value for points in the space, which are not available in the original ModelNet40 dataset (mentioned in the OccNet repo). Extract the files and create a symbolic link named ModelNet40_install under the root of this repo.

Training and testing

Examples are given in the files run_train.sh and run_test.sh.

Citation

If this work is helpful for your research, please consider citing the original authors' work:

@inproceedings{zhu2022correspondence,
  title={Correspondence-free point cloud registration with SO (3)-equivariant implicit shape representations},
  author={Zhu, Minghan and Ghaffari, Maani and Peng, Huei},
  booktitle={Conference on Robot Learning},
  pages={1412--1422},
  year={2022},
  organization={PMLR}
}

About

Correspondence-Free Point Cloud Registration with SO(3)-Equivariant Implicit Shape Representations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.1%
  • Python 13.9%
  • C++ 4.8%
  • C 2.9%
  • Cython 1.8%
  • Mako 1.5%