Some more simplification.
This commit is contained in:
parent
3b084fa4f3
commit
ab8aaa19ed
1 changed files with 3 additions and 2 deletions
|
@ -169,7 +169,7 @@ int main (int argc, char **argv)
|
||||||
string output_codec;
|
string output_codec;
|
||||||
LandmarkDetector::get_video_input_output_params(input_files, output_files, output_codec, arguments);
|
LandmarkDetector::get_video_input_output_params(input_files, output_files, output_codec, arguments);
|
||||||
|
|
||||||
// TODO remove
|
// TODO remove, when have a capture class
|
||||||
bool video_input = true;
|
bool video_input = true;
|
||||||
bool images_as_video = false;
|
bool images_as_video = false;
|
||||||
|
|
||||||
|
@ -488,8 +488,9 @@ int main (int argc, char **argv)
|
||||||
if (output_files.size() > 0 && recording_params.outputAUs())
|
if (output_files.size() > 0 && recording_params.outputAUs())
|
||||||
{
|
{
|
||||||
cout << "Postprocessing the Action Unit predictions" << endl;
|
cout << "Postprocessing the Action Unit predictions" << endl;
|
||||||
face_analyser.PostprocessOutputFile(open_face_rec.GetCSVFile()); // TODO this won't work, need the filename
|
face_analyser.PostprocessOutputFile(open_face_rec.GetCSVFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset the models for the next video
|
// Reset the models for the next video
|
||||||
face_analyser.Reset();
|
face_analyser.Reset();
|
||||||
face_model.Reset();
|
face_model.Reset();
|
||||||
|
|
Loading…
Reference in a new issue