1. RuntimeError: Not compiled with GPU support (ROIAlign_forward at /home/oliver/PycharmProjects/detectron2/detectron2/layers/csrc/ROIAlign/ROIAlign.h:73)
先检查cuda版本和pytorch版本是否对应
然后重新安装:
python setup.py build --force develop
先检查cuda版本和pytorch版本是否对应
然后重新安装:
python setup.py build --force develop