You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current face detector expects image to have values in the range 0-255. It would be more convenient to follow the default MATLAB behaviour of expecting a range of 0-1 for doubles or singles, and only 0-255 for uint8 arrays.