mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
Some small bug fixes.
This commit is contained in:
@@ -453,8 +453,6 @@ double SequenceCapture::GetProgress()
|
||||
}
|
||||
else
|
||||
{
|
||||
//TODO test here
|
||||
std::cout << frame_num << " " << vid_length << std::endl;
|
||||
return (double)frame_num / (double)vid_length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user