Giter VIP home page Giter VIP logo

map-alignment-nonrigid-optimization-2d's Introduction

Nonrigid Optimization of Multimodal 2D Map Alignment

A method for nonrigid optimization of 2D map alignments and correctiion of sensor map deformity.

Publication

The following article presents the method in detail.

  • Saeed Gholami Shahbandi, Martin Magnusson, Karl Iagnemma. Nonlinear Optimization of Multimodal Two-Dimensional Map Alignment With Application to Prior Knowledge Transfer, in IEEE Robotics and Automation Letters, vol. 3, no. 3, pp. 2040-2047, July 2018. doi: 10.1109/LRA.2018.2806439. URL

Dependencies and Download

Download, install the package and its dependencies. Most dependencies are listed in requirements.txt, except for OpenCV which needs to be installed with its python wrapper.

# Download
git clone https://github.com/saeedghsh/Map-Alignment-Nonrigid-Optimization-2D.git
cd Map-Alignment-Nonrigid-Optimization-2D

# Install dependencies
pip install -r requirements.txt

# Install the package [optional]
python setup.py install

NOTE: This repository is dedicated to the implementation of the nonrigid optimization of the alignment. This work relies on the 2D Map Alignment With Region Decomposition for the initial guess of the alignment. That package and its dependencies have to be installed too.

Usage Example

Run this:

python demo.py --img_src 'map_sample/F5_04.png' --img_dst 'map_sample/F5_layout.png' --hyp_sel_metric 'fitness' -visualize -save_to_file -multiprocessing

And you should see this: example

Data Set

A collection of layout and sensor maps from four different environments are available in this repository.

Laundry List

  • Clean up optimize_alignment.optimize_alignment.py. For instance, put all the methods for region segmentation and region segmentation transfer into a separate module. And complete the documentation of all methods
  • Add more demos, like for region segmentation and knowledge transfer.
  • Include the 3D plots? hmmm, not sure.

License

Distributed with a GNU GENERAL PUBLIC LICENSE; see LICENSE.

Copyright (C) Saeed Gholami Shahbandi

map-alignment-nonrigid-optimization-2d's People

Contributors

cheng-hsiung avatar saeedghsh avatar

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.