Commit b4bd6f8d authored by Davis King's avatar Davis King

More cleanup

parent ffe11679
...@@ -224,7 +224,7 @@ catch(image_load_error& e) ...@@ -224,7 +224,7 @@ catch(image_load_error& e)
catch(serialization_error& e) catch(serialization_error& e)
{ {
cout << e.what() << endl; cout << e.what() << endl;
cout << "The correct model file can be obtained from: http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2 Don't forget to unzip the file." << endl; cout << "The correct model file can be obtained from: http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2" << endl;
} }
catch(std::exception& e) catch(std::exception& e)
{ {
......
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