mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
More cleanup
This commit is contained in:
parent
ffe1167952
commit
b4bd6f8dee
@ -224,7 +224,7 @@ catch(image_load_error& e)
|
||||
catch(serialization_error& e)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user