Skip to content

Commit

Permalink
Tutorial model changes (#87)
Browse files Browse the repository at this point in the history
Making example model more interesting (local constrast instead of center bias)
  • Loading branch information
JanRiedelsheimer authored Nov 11, 2024
1 parent 7313880 commit b7e836e
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 113 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
*.so
*.egg-info
.vscode
.DS_Store
361 changes: 249 additions & 112 deletions notebooks/Tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pysaliency/external_datasets/mit.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def get_mit1003(location=None):
@return: Stimuli, FixationTrains
.. note::
This code needs a working matlab or octave installation as the original
This code needs a working matlab installation including the Statistics and Machinelearning Toolbox as the original
matlab code by Judd et al. is used to extract the fixation from the
eyetracking data.
Expand Down

0 comments on commit b7e836e

Please sign in to comment.