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

detector.detect_with_landmarks error #10

Closed NikolayTV closed 4 years ago

NikolayTV commented 4 years ago

Hello. Thank you for the amazing contribution. This method does not work. Do you plan to fix it? I did not get it to work yet

image image

hukkelas commented 4 years ago

This should be fixed with the current master branch. Could you try to uninstall the repository, then reinstall with

pip install git+https://github.com/hukkelas/DSFD-Pytorch-Inference
NikolayTV commented 4 years ago

Works fine, thank you