Merge pull request #70 from Gijom/master

Bug correction: FeatureExtraction file header corrected.
This commit is contained in:
Tadas Baltrusaitis 2016-10-22 14:18:26 -04:00 committed by GitHub
commit 94a724a013
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,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)