More work towards 300VW evaluation.

This commit is contained in:
Tadas Baltrusaitis
2016-09-15 16:17:00 -04:00
parent 874d8a9823
commit 3b33fdc44d
120 changed files with 218644 additions and 22 deletions

View File

@@ -842,7 +842,7 @@ void prepareOutputFile(std::ofstream* output_file, bool output_2D_landmarks, boo
if (output_gaze)
{
*output_file << ", gaze_0_x, gaze_0_y, gaze_0_z, gaze_1_x, gaze_1_y, gaze_2_z";
*output_file << ", gaze_0_x, gaze_0_y, gaze_0_z, gaze_1_x, gaze_1_y, gaze_1_z";
}
if (output_pose)