Skip to content

Robust Visual Robot Localization Across Seasons using Network Flows

Notifications You must be signed in to change notification settings

MHassanNadeem/localization-network-flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust Visual Robot Localization Across Seasons using Network Flows

This is Matlab implementation of Tayyab Naseer's paper on Robust Visual Robot Localization Across Seasons using Network Flows.

Requirements

Requires Matlab R2015b or above for digraph.

How to Run?

Run the script hog_mat.m in the src folder.

I have code in hog_mat.m file that avoids repeated calculation of hog features if you make minor changes in the script. Manually use clear hog_D, clear hog_Q and clear sMat when you change the dataset so that hog features of the database, query and similarity matrix IS computer again.

Limitations

This implimentation is without the hidden nodes.

Results

Data Set 1

Note: The diagonal x=y is the ground truth. Set 1 Heatmap showing similarity with shortest path overlayed Set 1 Network with shortest path highlighted

Data Set 3

Note: The diagonal x=y is the ground truth. Set 3 Heatmap showing similarity with shortest path overlayed Set 3 Network with shortest path highlighted

About

Robust Visual Robot Localization Across Seasons using Network Flows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages