"vscode:/vscode.git/clone" did not exist on "c5082f0f7340f873febc45e9fd562dc9d90423d3"
Commit a612c031 authored by Davis King's avatar Davis King
Browse files

Improved error message.

parent bf336f2f
......@@ -99,7 +99,7 @@ namespace dlib
load_image_dataset_metadata(data, dataset_filename);
std::ostringstream sout;
sout << "Error, an impossible set of object boxes was given for training. ";
sout << "Error! An impossible set of object boxes was given for training. ";
sout << "All the boxes need to have a similar aspect ratio and also not be ";
sout << "smaller than about " << options.detection_window_size/16 << " pixels in area. ";
sout << "The following images contain invalid boxes:\n";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment