From 1592f061217aa34d6f02fade242fdf6d0a6e1c80 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 22 Apr 2024 22:56:29 +0200 Subject: [PATCH] Add opencv to alexnet usage --- examples/alexnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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