wuyi1983

Results 3 issues of wuyi1983

Has anyone successfully complied the CUDA code on Windows? I do not know how to compile it on Windows.

I install opencv by using conda install -c menpo opencv=2.4.11 After running "make -j USE_BLAS=atlas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1", I got the error. How to fix the problem? Thanks

In the file '\matconvnet-1.0-beta25\contrib\mcnSSD\matlab\src\bits\nnmultiboxdetector.hpp', it includes #include 'data.hpp' is in the folder 'matconvnet-1.0-beta25\matlab\src\bits'. On my windows machine, to compile it 'matconvnet-1.0-beta25\matlab\src' should be added to the environment variable INCLUDE.