Home

Awesome

relja_matlab

Version 1.02 (29 Feb 2016)

This library contains miscellaneous utilities written by Relja Arandjelović. It is used extensively in the NetVLAD library.

The library is distributed under the BSD License (see the LICENCE file).

File

matconvnet/relja_simplenn_move.m

is taken from the excellent MatConvNet library, written by Andrea Vedaldi and Karel Lenc, and modified by Relja Arandjelović for some added functionality.

Dependencies

The functions related to MatConvNet (i.e. in folder matconvnet) clearly depend on:

  1. MatConvNet (requires v1.0-beta18 or above)

  2. Optional but highly recommended for speed if you want to use the relja_retrievalMAP function (it computes the mAP for retrieval; to not use this dependency, uncomment the relevant lines in the relja_retrievalMAP.m file): Yael_matlab (tested using version 438)

Changes