Skip to content

This repository contains code for our IROS 2017 paper "Only look once, mining distinctive landmarks from convnet for visual place recognition" by Zetao Chen, Fabiola Maffra, Inkyu Sa, Margarita Chli

Notifications You must be signed in to change notification settings

scutzetao/IROS2017_OnlyLookOnce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IROS2017_OnlyLookOnce

This repository contains code for our IROS 2017 paper "Only look once, mining distinctive landmarks from convnet for visual place recognition" by Zetao Chen, Fabiola Maffra, Inkyu Sa, Margarita Chli.

result_image

Setup

  • Linux or Windows;
  • Matlab 2016b (the other versions not tested);

Getting Started

% Install and compile MatConvNet (needed once).
untar('http://www.vlfeat.org/matconvnet/download/matconvnet-1.0-beta25.tar.gz') ;
cd matconvnet-1.0-beta25
run matlab/vl_compilenn ;

% Download a pre-trained CNN from the web (needed once).
urlwrite(...
  'http://www.vlfeat.org/matconvnet/models/imagenet-vgg-m-1024.mat', ...
  'imagenet-vgg-m-1024.mat') ;

% Setup MatConvNet.
run matlab/vl_setupnn ;
  • Clone this repo:
git clone https://github.com/scutzetao/IROS2017_OnlyLookOnce.git
  • On the matlab command line, run the following command:
demo.m

About

This repository contains code for our IROS 2017 paper "Only look once, mining distinctive landmarks from convnet for visual place recognition" by Zetao Chen, Fabiola Maffra, Inkyu Sa, Margarita Chli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages