diff --git a/test-MNIST/test-MNIST.cpp b/test-MNIST/test-MNIST.cpp index 238295e..7555b12 100644 --- a/test-MNIST/test-MNIST.cpp +++ b/test-MNIST/test-MNIST.cpp @@ -26,6 +26,7 @@ const string CAFFE_ROOT = "../caffe"; int main(int argc, char** argv) { + // test superzdd // get a testing image and display Mat img = imread(CAFFE_ROOT + "/examples/images/mnist_5.png"); cvtColor(img, img, CV_BGR2GRAY);