mtcnn
mtcnn copied to clipboard
mtcnn: self.thresholds, self.nms_thresholds,self.factor What does it mean? How do I tweak it?
What is the meaning of these variables?
self.min_face_size = 20 self.thresholds = [0.5,0.5,0.5] self.nms_thresholds = [0.6, 0.6, 0.6] self.factor = 0.60
How do I tweak them? What is the best mtcnn weights?
have the same question about thresholds, what these 3 values mean?