hukkelas / DSFD-Pytorch-Inference

A High-Performance Pytorch Implementation of face detection models, including RetinaFace and DSFD
Apache License 2.0
218 stars 58 forks source link

Broken DSFD checkpoint URL #20

Closed rohanrao619 closed 3 years ago

rohanrao619 commented 3 years ago

@hukkelas Looks like the URL of the DSFD checkpoint is not working. Getting HTTP Error 308: Permanent Redirect when I run this: detector = face_detection.build_detector("DSFDDetector", confidence_threshold=.5, nms_iou_threshold=.3)

However "RetinaNetResNet50" and "RetinaNetMobileNetV1" are working fine. Please check this issue and fix it. Thanks!

hukkelas commented 3 years ago

Fixed now!

NikethanPoojary commented 3 years ago

I'm experiencing the same issue. Please resolve this DSFD issue as @rohanrao619 mentioned

hukkelas commented 3 years ago

This should be fixed in master. Please ensure that you get the latest version:

 pip install --upgrade git+https://github.com/hukkelas/DSFD-Pytorch-Inference.git