fabiocarrara / meye

A deep-learning-based web tool for translational and real-time pupillometry
https://www.pupillometry.it
GNU General Public License v3.0
40 stars 10 forks source link

solved roiPos bug #35

Closed LeonardoLupori closed 2 years ago

LeonardoLupori commented 2 years ago

There was a bug when selecting a crop of the image to predict.

Previously I got the order of width and height wrong in 2 places. This resulted in MATLAB throwing errors when predicting images with an ROI that was not square (same width and height).

It should be resolved now.