Skip to content

Commit

Permalink
added readme and original files for EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
birfan committed Jun 9, 2021
1 parent 7cb19f1 commit d59691c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added scripts/evm/EVM-0.1.2.zip
Binary file not shown.
26 changes: 26 additions & 0 deletions scripts/evm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
This is an implementation of the Extreme Value Machine by Rudd et al., with adaptation for online recognition and using the code with the Multi-modal Long-Term User Recognition Dataset.

Dependencies:

```
numpy
libmr
scikit-learn
scipy
```

These can be installed via:

```
pip install numpy
pip install libmr
pip install scikit-learn==0.20
pip install scipy
```

Please cite the following papers when using this code:

* Ethan M. Rudd, Lalit P. Jain, Walter J. Scheirer and Terrance E. Boult (2018), "The Extreme Value Machine" in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 40, no. 3, pp. 762-768, [https://doi.org/10.1109/TPAMI.2017.2707495](DOI:10.1109/TPAMI.2017.2707495)
* Bahar Irfan, Michael Garcia Ortiz, Natalia Lyubova, and Tony Belpaeme (under review), "Multi-modal Open World User Identification", ACM Transactions on Human-Robot Interaction (THRI).


0 comments on commit d59691c

Please sign in to comment.