Tobias-Fischer / rt_gene

RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
http://www.imperial.ac.uk/personal-robotics
Other
365 stars 68 forks source link

Provide standalone (non-ROS) script #37

Closed Tobias-Fischer closed 4 years ago

Tobias-Fischer commented 4 years ago

So far, it is rather difficult to run the pipeline without ROS. For the computer vision community, it would be much easier to read an image from disk and predicting the gaze on this image.

This is now possible (still beta though) thanks to a lot of refactoring. The script can be found here: https://github.com/Tobias-Fischer/rt_gene/blob/modularised/rt_gene/scripts/estimate_gaze_standalone.py

If anyone is using this, please let me know if you have feedback.

ahmed-alhindawi commented 4 years ago

This is now in the modularised branch...