mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 04:08:00 +00:00
Demo script for showing how to use and verifying output aligned image sizes.
This commit is contained in:
@@ -161,7 +161,7 @@ RecorderOpenFace::RecorderOpenFace(const std::string in_filename, RecorderOpenFa
|
||||
}
|
||||
else
|
||||
{
|
||||
this->media_filename = (path(record_root) / path(filename).replace_extension(".bmp")).string();
|
||||
this->media_filename = (path(record_root) / path(filename).replace_extension(".jpg")).string();
|
||||
metadata_file << "Output image:" << this->media_filename << endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user