mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 03:37:49 +00:00
Image sequence with rel paths fix.
This commit is contained in:
@@ -396,7 +396,7 @@ cv::Mat ImageCapture::GetNextImage()
|
||||
// Set the grayscale frame
|
||||
convertToGrayscale(latest_frame, latest_gray_frame);
|
||||
|
||||
this->name = boost::filesystem::path(image_files[frame_num]).filename().replace_extension("").string();
|
||||
this->name = image_files[frame_num];
|
||||
|
||||
frame_num++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user