matlab-deep-learning / mtcnn-face-detection

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

Perform image type conversion upfront #10

Closed justinpinkney closed 4 years ago

justinpinkney commented 4 years ago

To implement feature #5 we make the image type and range conversion more streamlined. Images are now converted to the expected type and range (single -1 to 1) as the first step in detection. This gives some changes in the numerics due to differences in types for pre-processing steps.