I am using dnn module in opencv. I want to do a performance test. After building, I have opencv_perf_dnn.exe in my bin folder. When I ran it with --gtest_filter=DNNTestNetwork.MobileNet_SSD_Caffe, it returned immediately with 0 tests. I searched my install folder and build folder. There is no MobileNetSSD_deploy.caffemodel file, actually no caffemodel file at all.
So the question is do I need to obtain those caffemodels used in dnn perf test by myself, or there is some special flags I need to check in CMake to have caffemodels installed? Thanks.
I am working on Windows 7, Visual studio 2015. I am using opencv's master branch from github.