diff --git a/examples/dnn_face_recognition_ex.cpp b/examples/dnn_face_recognition_ex.cpp index 728e3ce6d..62fbfaa38 100644 --- a/examples/dnn_face_recognition_ex.cpp +++ b/examples/dnn_face_recognition_ex.cpp @@ -42,6 +42,7 @@ using namespace std; // mini-batches were made larger (35x15 instead of 5x5), the iterations without progress // was set to 10000, the jittering you can see below in jitter_image() was used during // training, and the training dataset consisted of about 3 million images instead of 55. +// Also, the input layer was locked to images of size 150. template