Browse Source

Updated README

Ioannis Agtzidis 4 years ago
parent
commit
fea59eeded
1 changed files with 7 additions and 3 deletions
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -57,9 +57,13 @@ two tier method.
 ### 1.5 Algorithmic Implementation
 
 We provide an algorithmic implementation for eye movement classification based
-on the definitions that we provide in our paper. The resulting eye movements
-after applying our algorithms to ground truth files can be found in the relevant
-files.
+on the definitions that we provide in our paper. If you want to run the algorithms
+you should clone and add to your Matlab path the directory that contains algorithms for
+basic eye movement detection (e.g. saccades, blinks, etc.), which can be found 
+[here](https://gin.g-node.org/ioannis.agtzidis/360_em_algorithms).
+
+The resulting eye movements after applying our algorithms to ground truth files
+can be found in the relevant files.
 
 The algorithms and their output are found in the `em_algorithms`, `output_I-S5T_combined`, `output_I-S5T_FOV`, `output_I-S5T_E+H` folders.