I am currently working on Single Shot Detector Object Detection. I have tried to install SSD. But, I am getting the error which in the title. I have analyzed one by one the .cmake files that related to each other. I have seen there is a line that contain ** set (DEPENDENCIES_URL_BASE https://github.com/willyd/caffe-builder/releases/download)** in the WindowsDownloadPrebuiltDependencies.cmake: 6. But there is no folder entitled "releases "in the caffe-builder package. I need to help to solve this.
The 39. and 40. lines are below.
if(NOT DEFINED DEPENDENCIES_URL_${MSVC_VERSION}_${_pyver})
message(FATAL_ERROR "Could not find url for MSVC version = ${MSVC_VERSION} and Python version = ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.")
I follow this http://caffe.berkeleyvision.org/installation.html official installation page. When i run "cmake .. " on cmd prompt then this error occur.