PointWSSIS
PointWSSIS copied to clipboard
python setup.py build --user报错
running build_ext error: [WinError 2] 系统找不到指定的文件。
I also encountered a compilation error. The solution is to replace the ml_nms.cu file under AdelaiDet/adet/layers/csrc/ml-nms with https://github.com/best-of-acrv/fcos/blob/4fd0887ed32a3fb8b6ab7c692d198fef339c4ceb/fcos/core/csrc/cuda/ml_nms.cu The ml_nms.cu file under this repository can be compiled normally