3.2.0
What's Changed
- Replace Caffe SSD face detector with YuNet (
cv2.FaceDetectorYN) for OpenCV 5 compatibility (#61) - Require
opencv-python>=4.8.0(works on both OpenCV 4.x and 5.x)
Fixes AttributeError: module 'cv2.dnn' has no attribute 'readNetFromCaffe' on fresh installs, caused by OpenCV 5.0 removing the legacy Caffe importer from the dnn module. The face detection output format and public API are unchanged.
Full Changelog: 3.1.2...3.2.0
PyPI: https://pypi.org/project/rmn/3.2.0/