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

Attribute error #58

Closed digbose92 closed 4 years ago

digbose92 commented 4 years ago

When I am running the standalone gaze estimation script on an image , I am getting the following error : AttributeError: 'TrackedSubject' object has no attribute 'marks'. Does it mean the landmarks are not getting detected in that image ?

ahmed-alhindawi commented 4 years ago

Hi @digbose92 ,

You're probably running off master right? This is related to a recent pull request where the code now publishes all pipeline predictions as ros messages. This particular bug was recently fixed but more discussions are being had on #54 .

I would highly suggest running off one of the releases rather than edge code if you'd like stability.

Tobias-Fischer commented 4 years ago

Hi @digbose92, could you please try again after pulling the latest changes?

Best, Tobi

digbose92 commented 4 years ago

Hi @Tobias-Fischer , I ran after pulling the latest changes. It ran without any problems. Thanks :)