dlib_facedetector_pytorch icon indicating copy to clipboard operation
dlib_facedetector_pytorch copied to clipboard

Porting of Dlib's mmod deep learning face detector model to pytorch, and examples of using it for webcam detection, and face haluciniations

Results 2 dlib_facedetector_pytorch issues
Sort by recently updated
recently updated
newest added

[visualize_faces.zip](https://github.com/jacobgil/dlib_facedetector_pytorch/files/6238598/visualize_faces.zip) This appears to get visualize_faces.py working fine in Python 3 and on Colab which previously gave an `0 : cannot connect to X server` error. Uncommenting lines 89 and...

"Hallucinate faces using activation maximization." ought to be visualize_faces.py from what I understand.