Add opencv to alexnet usage

This commit is contained in:
2024-04-22 22:56:29 +02:00
parent 88e852a6e5
commit 1592f06121

View File

@@ -12,7 +12,7 @@ python alexnet.py
2. Follow the instructions from repository root to build CUDANet library. 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 ```sh
mkdir build mkdir build