Skip to content

yuruntian/HyNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyNet: Learning Local Descriptor with Hybrid Similarity Measure and Triplet Loss

This is a PyTorch implementation of our paper:

"HyNet: Learning Local Descriptor with Hybrid Similarity Measure and Triplet Loss"
Yurun Tian, Axel Barroso-Laguna, Tony Ng, Vassileios Balntas, Krystian Mikolajczyk. NeurIPS 2020. [arXiv]

Requirements

Training

  • We provide codes for training on the UBC data set and the HPatches data set. The downloaded data should be organised as the following folder structure:

data_root

-- liberty

-- notredame

-- yosemite

-- hpatches-benchmark-master

Specify the training data path and saving path for the code:

python train.py --data_root=data_root --network_root=save_root
  • To accelerate the training, all the data needed will be generated and saved at the first run.

Citation

If you use this repository in your work, please cite our paper:

@inproceedings{hynet2020,
 author = {Tian, Yurun and Barroso Laguna, Axel and Ng, Tony and Balntas, Vassileios and Mikolajczyk, Krystian},
 title = {HyNet: Learning Local Descriptor with Hybrid Similarity Measure and Triplet Loss},
 booktitle = {NeurIPS},
 year      = {2020}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages