Commit 3211da44 authored by Davis King's avatar Davis King

Yet more comments

parent a362305e
...@@ -213,6 +213,10 @@ int main(int argc, char** argv) try ...@@ -213,6 +213,10 @@ int main(int argc, char** argv) try
} }
return 0; return 0;
// Now that you finished this example, you should read dnn_mmod_train_find_cars_ex.cpp,
// which is a more advanced example. It discusses many issues surrounding properly
// setting the MMOD parameters and creating a good training dataset.
} }
catch(std::exception& e) catch(std::exception& e)
{ {
......
This diff is collapsed.
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