mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 03:37:49 +00:00
300W experiment with C++ data and sparse response maps.
This commit is contained in:
@@ -432,7 +432,10 @@ namespace LandmarkDetector
|
||||
// Make sure the same number of images and bounding boxes is present, if any bounding boxes are defined
|
||||
if (input_bounding_boxes.size() > 0)
|
||||
{
|
||||
assert(input_bounding_boxes.size() == input_image_files.size());
|
||||
if(input_bounding_boxes.size() != input_image_files.size())
|
||||
{
|
||||
cout << "Warning, the input number of images does not match the input number of bounding boxes\n" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
// Clear up the argument list
|
||||
|
||||
Reference in New Issue
Block a user