Deep Learning (DNN) in opencv If you specify CUDA for backend and target, It works even if CUDA is not installed on the PC, but in this case, what settings are it running? Also, I couldn't find a way to get the current settings, so if anyone knows please let me know.
net->setPreferableBackend(cv::dnn::DNN_BACKEND_CUDA);
net->setPreferableTarget(cv::dnn::DNN_TARGET_CUDA);
With this setting, deep learning can be performed even on a computer without CUDA. why