You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: