multimatch_gaze
multimatch_gaze copied to clipboard
Reimplementation of Matlabs MultiMatch toolbox (Dewhurst et al., 2012) in Python
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,...
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...
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...