OpenCV being used when building a Keras CNN model |
Installing the latest version of OpenCV used to be hard. The pre-built binaries available was never up to the tasks we wanted. Compiling from source was an option, but was tedious and time consuming.
Then, we got the anaconda versions of OpenCV from Conda-Forge, which we could simply install using,
conda install -c conda-forge opencv
Now, things are going to be simpler, as Anaconda native OpenCV packages are now available.