stamm1989
stamm1989
The [link](https://github.com/hukkelas/DSFD-Pytorch-Inference/blob/master/face_detection/dsfd/detect.py#L11) to the face_detector model is broken. Ideally this should be updated, in the meantime I'd like to share my [monkey-patch](https://github.com/hukkelas/DSFD-Pytorch-Inference/blob/master/face_detection/dsfd/detect.py), where the referenced model can be downloaded at...
Currently [use_face_detector](https://github.com/lih627/autocrop/blob/master/autocrop/cropper.py#L24-L27) is not working, root cause is that that the face-detection model is no longer available on the specified location in that package. Within that repo I posted a...