BorderDet can not run on RTX 3090 GPU?
ubuntu18.04, pytorch: 1.7, python 3.8, cudatoolkit 11.0, RTX3090
I can compile cvpods successfully by running "python3 -m pip install -e cvpods" when i run BorderDet, exception has occurred: import error at "from cvpods import _C" : xxx/cvpods/cvpods/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: z39tree_filter_refine_backward_edge_weightRKN2at6TensorES2_S2_S2_S2_S2_S2_S2
It seems a compiling error. You could remove tree-filter code to train boarderDet
It seems a compiling error. You could remove tree-filter code to train boarderDet I can run BorderDet on RTX2060, but still can not run on RTX3090, the same error still exists.
Can you provide more compiling details? such as warnings or errors.