Dealing better with online mode in feature extraction.

This commit is contained in:
Tadas Baltrusaitis
2017-11-25 09:22:34 +00:00
parent 77cf256dc3
commit c5749cc3ba
2 changed files with 8 additions and 11 deletions

View File

@@ -134,6 +134,8 @@ int main (int argc, char **argv)
if (sequence_reader.IsWebcam())
{
INFO_STREAM("WARNING: using a webcam in feature extraction, Action Unit predictions will not be as accurate in real-time webcam mode");
INFO_STREAM("WARNING: using a webcam in feature extraction, forcing visualization of tracking to allow quitting the application (press q)");
visualizer.vis_track = true;
}
cv::Mat captured_image;