Closed CaptainEven closed 2 years ago
bool Yolo::readModel(Net& net, string& netPath, bool isCuda = false) 读取模型的时候将cuda参数设置为true,前提是你的opencv需要编译过cuda,不然会自动默认切换到cpu运行
@UNeedCryDear 好的, 了解。 再问一下, 如果要使用带CUDA的openCV是需要自己CMake重新编译源代码吗?
是的
@UNeedCryDear 好的, 多谢!
bool Yolo::readModel(Net& net, string& netPath, bool isCuda = false) 读取模型的时候将cuda参数设置为true,前提是你的opencv需要编译过cuda,不然会自动默认切换到cpu运行