Skip to content

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

Notifications You must be signed in to change notification settings

jacobgil/dlib_facedetector_pytorch

Repository files navigation

Dlib's face detector ported to PyTorch

This repository contains code to:

  • Convert a Dlib model in XML format, to a PyTorch sequential object. This happens in dlib_torch_converter.py, in get_model.
  • Run multi scale face detection in a webcam. python webcam_example.py face.xml
  • Hallucinate faces using activation maximization. python webcam_example.py face.xml

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages