Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6401 Discussions

For the gaze estimation demo, what is the time interval between the measurements?

Morgan1
Novice
603 Views

Hello,

I'm trying to figure out the time interval between angle measurements for the gaze estimation demo. Can anyone please assist with this question?

 

Thank you,

Morgan

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
570 Views

@Morgan1  gaze_estimation_demo is built around main cycle, where frames are captured from input stream, then face detection model inference applied, and after that for each detected face demo run inference of auxiliary models, one by one, with using synchronous API.

So, ideally, angles estimated at each input frame (if it contains detected face).

 

Regards,
  Vladimir

 

View solution in original post

2 Replies
Vladimir_Dudnik
Employee
571 Views

@Morgan1  gaze_estimation_demo is built around main cycle, where frames are captured from input stream, then face detection model inference applied, and after that for each detected face demo run inference of auxiliary models, one by one, with using synchronous API.

So, ideally, angles estimated at each input frame (if it contains detected face).

 

Regards,
  Vladimir

 

IntelSupport
Community Manager
545 Views

Hi Morgan1,

This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question. 


Regards,

Aznie


0 Kudos
Reply