Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 469 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 469 Bytes

Keypoint Matching

Learning feature descriptors for matching keypoints to establish correspondences between image data..

Installation

Training uses Torch7, with torch packages cudnn, cunn.

Training

Code is in 2dmatch.

th train.lua --basePath [path to keypointmatch data (images, matches files)] --train_data [list of train scene ids] --save [output path]

(use '--help' to see more options)