R2CNN_FPN_Tensorflow icon indicating copy to clipboard operation
R2CNN_FPN_Tensorflow copied to clipboard

undefined symbol _rotate_nms

Open koosy-koo opened this issue 7 years ago • 3 comments

I tried to compile with cuda 9.0, got an error while compiling *.pyx files. ImportError: /libs/box_utils/rotate_polygon_nms.so: undefined symbol: _rotate_nms

I cannot fine cpp implementations of _rotate_nms, _overlaps. Did I or you miss something?

koosy-koo avatar Mar 05 '18 14:03 koosy-koo

Please try cuda 8.0.

yangxue0827 avatar Mar 05 '18 15:03 yangxue0827

I have to use cuda 9.0. That is why I need to compile cython files.

koosy-koo avatar Mar 05 '18 15:03 koosy-koo

Same problem both occur in CUDA 8.0 and 9.0, There is no file define _rotate_nms or _overlaps. dynamic module does not define module export function

Zhangheng-Fighter avatar May 30 '18 08:05 Zhangheng-Fighter