BorderDet icon indicating copy to clipboard operation
BorderDet copied to clipboard

BorderDet can not run on RTX 3090 GPU?

Open HonglinChu opened this issue 4 years ago • 3 comments

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

HonglinChu avatar Oct 17 '21 07:10 HonglinChu

It seems a compiling error. You could remove tree-filter code to train boarderDet

FateScript avatar Nov 02 '21 07:11 FateScript

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.

HonglinChu avatar Nov 02 '21 07:11 HonglinChu

Can you provide more compiling details? such as warnings or errors.

StevenGrove avatar Nov 05 '21 04:11 StevenGrove