Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 610 Bytes

head-pose-estimation

python implementation of head pose estimation problem using 3d construction provided by 3DDFA project using tiny YOLO for face detection .. to download tiny yolo weights please go to my shareable drive link

to run this project in your computer you need: 1- visual studio 2019. 2- python package. 3- anaconda 3 . 4- install the following libraries:

  • opencv
  • Dlib
  • Numpy
  • matplotlib
  • scipy
  • torchvision
  • also don't foget to download the tiny YOLO weights and the Dlib predictor to run this code in GPU please copy the code inside "hpefinalgpu.py" and paste it inside "hpefinal.py"