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.
6403 Discussions

Export gaze estimation demo results to a csv file and/or print them to the command prompt?

Morgan1
Novice
592 Views

Hello all,

I'm running the gaze estimation demo, however I'm trying to print the head position angles/export them to a .csv file. I've added some code to the file "face_inference_results.cpp" to print to command prompt and export it to a .csv file, however it's not printing/exporting anything. I've tried adding some test print statements as well and nothing is being printed from face_inference_results.cpp.

Is there a different file I should put the print and fstream statements in?

 

Thank you for any help!

Morgan

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
580 Views

@Morgan1  according to the demo description you may try to use -r option to print raw detection results to console window

 

    -r                       Optional. Output inference results as raw values.

View solution in original post

2 Replies
Vladimir_Dudnik
Employee
581 Views

@Morgan1  according to the demo description you may try to use -r option to print raw detection results to console window

 

    -r                       Optional. Output inference results as raw values.
Wan_Intel
Moderator
543 Views

Hi Morgan Belcher,


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.



Best regards,

Wan


0 Kudos
Reply