mtcnn
mtcnn copied to clipboard
threshold
i am using this in images, what is the point of the threshold value? my results are the same with 0.1 and 0.9?
The steps_threshold
is a list of thresholds used for each stage respectively. If you play with the numbers, you can alter the face detection rate.
You should adapt these values upon your dataset.
By default the values are: [0.6, 0.7, 0.7]