Giter VIP home page Giter VIP logo

ifnet's Introduction

Iterative Feedback Network for Unsupervised Point Cloud Registration (RAL 2024)

PyTorch implementation of the paper: Iterative Feedback Network for Unsupervised Point Cloud Registration.

CMIGNet architecture

Environment

Our model is trained with the following environment:

  • Ubuntu 20.04
  • Python 3.8
  • PyTorch 1.8.1 with torchvision 0.9.1 (Cuda 11.1) Other required packages can be found in requirements.txt.

Clone the repository and build the ops:

git clone https://github.com/IvanXie416/IFNet.git
cd IFNet
cd pointnet2 && python setup.py install && cd ../

Dataset Preparation

The datasets can be downloaded from ModelNet40, 7Scenes, ICL-NUIM and KITTI.

The pre-trained models can be downloaded from Google Drive.

Usage

To train a model:

  • Modify the 'gaussian_noise', 'unseen', 'data_file', 'dataset_path', 'root' specified in folder 'config' and then do training:
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train7.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train-icl.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train-k.yaml
    

To test a model:

  • Please download the pre-trained models, modify the 'model_path', 'eval' in folder 'config' and then do testing:
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train7.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train-icl.yaml
    CUDA_VISIBLE_DEVICES=0 python main.py ./config/train-k.yaml
    

Citation

If you find our work useful in your research, please consider citing:

@article{xie2024iterative,
  title={Iterative Feedback Network for Unsupervised Point Cloud Registration},
  author={Xie, Yifan and Wang, Boyu and Li, Shiqi and Zhu, Jihua},
  journal={IEEE Robotics and Automation Letters},
  year={2024},
  publisher={IEEE}
}

Acknowledgement

This code is developed heavily relying on RIENet, HRegNet and GMFN. Thanks for these great projects.

ifnet's People

Contributors

ivanxie416 avatar

Stargazers

 avatar  avatar  avatar awordx avatar Zirconium avatar  avatar bmzhong avatar celianguai avatar xh avatar  avatar

Watchers

 avatar

Forkers

ivan-0416

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.