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

Publish prediction topics #53

Closed ahmed-alhindawi closed 4 years ago

ahmed-alhindawi commented 4 years ago

This branch adds the ability to extract various parts of the gaze estimation pathway and publishes them as ROS messages, namely:

The message types are kept inline with the previous SubjectImages/SubjectImagesList.msg type to maintain current standards of message publishing.

I also modified "transformed_landmarks" variable name to reflect that it's actually just the eye landmarks. There is very little overhead that I can measure.

Let me know what you think.

Tobias-Fischer commented 4 years ago

Thanks Ahmed!