yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.07k stars 180 forks source link

安装编译问题 #75

Closed wulele2 closed 2 years ago

wulele2 commented 2 years ago

我在3090,CUDA=11.5,按照给的blog安装好了tensorflow=1.15且测试没问题。 但是在编译安装:cd /alpharotate/libs/util, python setup.py build_ext --inplace的过程中, 报错信息如下: /home/wujian/anaconda3/envs/tensorflow/compiler_compat/ld: cannot find -lcudart collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1 希望大佬给个意见,不胜感激。