Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

File metadata and controls

10 lines (8 loc) · 479 Bytes

EVM

Code for Extreme Value Machine [1] Rudd EM, Jain LP, Scheirer WJ, Boult TE. The Extreme Value Machine 2017:1–12. doi:10.1109/TPAMI.2017.2707495.

config.py contains the paramaters values for running the code. lib.py contains auxiliary functions used in the algorithm. EVM.py contains the functions described in the article, responsible for trainning and testing the model. OLETTER.py tests EVM for the OLETTER database.

To be implemented: Tests with ImageNet database.