diff --git a/examples/alexnet/README.md b/examples/alexnet/README.md index 2f50737..f3fddcc 100644 --- a/examples/alexnet/README.md +++ b/examples/alexnet/README.md @@ -12,7 +12,7 @@ python alexnet.py 2. Follow the instructions from repository root to build CUDANet library. -3. Build AlexNet +3. Build AlexNet (requires [OpenCV](https://opencv.org/) for image loading and normalization) ```sh mkdir build