multimatch_gaze icon indicating copy to clipboard operation
multimatch_gaze copied to clipboard

Reimplementation of Matlabs MultiMatch toolbox (Dewhurst et al., 2012) in Python

Results 3 multimatch_gaze issues
Sort by recently updated
recently updated
newest added

Hi while comparing 2 scanpaths i came across this issue here and I don't now what it means. Error Log : `Traceback (most recent call last): File "calculate_metrics.py", line 53,...

good first issue

Hi @adswa, hi everyone, I noticed a super-tiny (and really non-)issue while testing your package: The [error message for an invalid screen size](https://github.com/adswa/multimatch_gaze/blob/master/multimatch_gaze/multimatch_gaze.py#L938) could use a `format()` to populate the...

good first issue

Hello! It seems that recfromcsv function from numpy as been depracated from the version 2.0 and later. Numpy documentation recommends to use genfromtxt function which may change the results of...