I am trying to configure opencv_contrib into cmake. However i am getting this errors.
CMake Error at C:/opencv/sources/cmake/OpenCVUtils.cmake:857 (file): file MD5 failed to read file "C:/opencv/build/3rdparty/tinydnn/": No such file or directory Call Stack (most recent call first): C:/opencv/opencv_contrib-master/modules/dnn_modern/CMakeLists.txt:20 (ocv_download)
Downloading ... CMake Error at C:/opencv/sources/cmake/OpenCVUtils.cmake:895 (file): file DOWNLOAD cannot open file for write. Call Stack (most recent call first): C:/opencv/opencv_contrib-master/modules/dnn_modern/CMakeLists.txt:20 (ocv_download)
CMake Error at C:/opencv/sources/cmake/OpenCVUtils.cmake:899 (message): Failed to download . Status= Call Stack (most recent call first): C:/opencv/opencv_contrib-master/modules/dnn_modern/CMakeLists.txt:20 (ocv_download)
Did I miss anything here that it relates to such errors? Thank you