- A PyTorch implementation of real-time head pose estimation.
- The original work can be found here.
- However, instead of using dlib, mtcnn is implemented to detect faces.
- Download the pretrained model here from my Google drive.
- This is part of my summer research project at Monash University.
python3 run_inference.py --pretrained [PRETRAINED_MODEL]
python3 test_on_video.py --pretrained [PRETRAINED_MODEL] --video [VIDEO] --output_string [NAME] --fps 30
- numpy
- pytorch
- torchvision
- opencv2
- pillow
- mtcnn
pip3 install mtcnn