安装thomasbrandon / mish-cuda错误

git clone https://github.com/thomasbrandon/mish-cuda
cd mish-cuda
python setup.py build install

在最后一步提示:

fatal error: CUDAApplyUtils.cuh: No such file or directory
compilation terminated.

解决方法:把external/CUDAApplyUtils.cuh拷贝到csrc目录下:

cp external/CUDAApplyUtils.cuh csrc/

参考链接:https://github.com/WongKinYiu/ScaledYOLOv4/issues/39

原文地址:https://www.cnblogs.com/LukeStepByStep/p/14676266.html