matlab-deep-learning / mtcnn-face-detection

Face detection and alignment using deep learning
Other
26 stars 18 forks source link

Accept float images in range 0-1 #5

Closed justinpinkney closed 4 years ago

justinpinkney commented 4 years ago

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.