Python code to replicate HOTS: A Hierarchy of Event-Based Time-Surfaces for Pattern Recognition by Xavier Lagorce, Garrick Orchard, Francesco Galluppi, Bertram E. Shi and Ryad B. Benosman.
Running the HOTS library requires the following packages :
- numpy
- pandas
- matplotlib
This can be performed using the requirements.txt
file :
pip install -r requirements.txt
A special version of tonic have to be installed. Download the library and move to its root folder (where you find the setup.py
file) and type :
pip install -e .
To Install the HOTS library, move to the root folder (where you find the setup.py
file) and type :
pip install -e .