Bringing all of the experiments to a new interface

This commit is contained in:
Tadas Baltrusaitis
2017-12-16 13:14:02 +00:00
parent d0279d2224
commit 9470298005
14 changed files with 17 additions and 17 deletions

View File

@@ -208,11 +208,12 @@ void RecorderCSV::WriteLine(int observation_count, double time_stamp, bool landm
// Output the estimated gaze
if (output_gaze)
{
output_file << std::setprecision(3);
output_file << std::setprecision(6);
output_file << ", " << gazeDirection0.x << ", " << gazeDirection0.y << ", " << gazeDirection0.z
<< ", " << gazeDirection1.x << ", " << gazeDirection1.y << ", " << gazeDirection1.z;
// Output gaze angle (same format as head pose angle)
output_file << std::setprecision(3);
output_file << ", " << gaze_angle[0] << ", " << gaze_angle[1];
// Output the 2D eye landmarks