Skip to content

Adding YuNet face detection

Michael Miller requested to merge michmill/digiKam:master into master

Adding YuNet face detection.

Previous issue was discovered to be an issue in OpenCV and not with YuNet code.

Added new YuNet model dnnfacedetectoryunet Updated opencvfacedetector to use YuNet Updated opencvfacedetector to stop using old SSD model Updated facedetector to use new YuNet model in place of SSD

Merge request reports