matthias-k

Results 14 comments of matthias-k
trafficstars

Hi @junting, pysaliency expects both saliency maps and fixation positions to be floats. Probably I should enforce that somewhere, but I am not really sure were to do so. I...

Hello @junting, sorry for the long delay. For a probabilistic model (`pysaliency.model`) this is easy: You need a baseline model to compare to. I recommend to use a nonparametric prior...

Hi Dylan, thanks for reporting this bug to me! In October in https://github.com/matthias-k/pysaliency/commit/4d014c4c0c8352d3e730d89e3492dd6d6c11e211 I implemented nested directories for HDF5 models but apparently I forgot to do so for directory based...

That is quite strange, since the AIM model in pysaliency doesn't use the matlab engine for python. Instead, pysaliency just calls matlab from the command line. The error message suggests...

the ipython terminal also supports filtering the history by typing the beginning of the statement you are looking for. E.g., when typing `foobar = ` and then using arrow-up to...

Could you check with the dev-branch? There it works for me, if `gdown` is sufficiently recent.

A possible explanation might be that the SALICON gdrive account ran into its quota. We have seen that with quite some google hosted datasets here, where too many people downloaded...

Thank you all for your comments and my apologies for not reaching out earlier. I just tried to download the MIT1003 dataset locally and for me (debian testing, Matlab R2022a)...

@alikecat thanks for the comment! I'm implementing your suggestion right now. I'm not sure that it explains the problem because the code should always wait for matlab to complete, but...

Another question for everybody who experienced this problem: Which OS are you running? And maybe also add the matlab version. Could it be that the problem always happens in windows?