Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@filipradenovic filipradenovic released this 07 Dec 21:59
· 13 commits to master since this release
7da5c2a
  • Added example script for descriptor extraction with different publicly available models
  • Added the MIT license
  • Added mutli-scale performance on roxford5k and rparis6k for new pre-trained networks with end-to-end whitening, trained on both retrieval-SfM-120 and google-landmarks-2018 train datasets
  • Added a new example test script without post-processing, for networks that are trained in a fully end-to-end manner, with whitening as FC layer learned during training
  • Added few things in train example: GeMmp pooling, triplet loss, small trick to handle really large batches
  • Added more pre-computed whitening options in imageretrievalnet
  • Added triplet loss
  • Added GeM pooling with multiple parameters (one p per channel/dimensionality)
  • Added script to enable download on Windows 10 as explained in Issue #39, courtesy of SongZRui
  • Fixed cropping of down-sampled query image