hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 85 forks source link

demo #21

Closed nhathoang0110 closed 4 years ago

nhathoang0110 commented 4 years ago

How can I demo on my photos or a video without using a webcam?

hysts commented 4 years ago

Hi, @nhathoang0110

You can run demo on videos by setting demo.use_camera to False and specifying demo.video_path in a configuration file like this one. Currently, this repo doesn't support running demo on images, but you can use this repo to run demo on both images and videos.