Skip to content

Matlab demo for our CVPR'19 publication: Mapping, Localization and Path Planning for Image-based Navigation using Visual Features and Map

Notifications You must be signed in to change notification settings

janinethoma/image_navigation_matlab

Repository files navigation

Matlab demo for our CVPR'2019 paper

This code was tested in MATLAB R2017b and with mosek 8.1.0.64.

Please, run the code in 'demo.m' to view our demo. You have to adjust the path to your mosek directory inside 'demo.m'.

This demo does the following using the concepts introduced in our paper:

  1. Find landmarks in a subsequence of the Oxford Robotcar run from 2015-10-29 12:18:17
  2. Match a short query sequence from 2014-11-18 13:20:12

The precalculated feature distances in this demo are based on features extracted with a VGG-16 + NetVLAD + whitening network. We use the Off-the-shelf on Pitts30k model available on the NetVLAD project page in combination with this NetVLAD TensorFlow implementation.

If you do not have mosek installed, you can have a look at the saved figures in the results folder instead.

The produced outputs are:

  • Scatter plot of original reference and query sequences
  • Topology of reference sequence used for finding landmarks with network flow
  • Selected landmarks
  • Accuracy vs. distance plot of the final matching

About

Matlab demo for our CVPR'19 publication: Mapping, Localization and Path Planning for Image-based Navigation using Visual Features and Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages