Skip to content

mys007/locatev2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Running#

#Notes#

  • I hope you have some experience with Lua/Torch. Otherwise we can talk. If you run on Python, one can bridge the gap with https://github.com/hughperkins/pytorch .
  • My code detects keypoints in images (opencv), extracts patches around them, computes matching score between them and evaluates correctness with average precision (correct = best match within 15px of the ground truth).
  • Input images are loaded in loadImagePair() (one real (3 channels) and one synthetic (17 channels, various shadings)) and then network in loadNetwork().
  • extractKeypoints() crops patches around keypoints.
  • fullMatch() computes pairwise matches between all synthetic and real keypoints (quadratic number of evaluations). The network returns a score for each pair of patches.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages