easy-faster-rcnn.pytorch icon indicating copy to clipboard operation
easy-faster-rcnn.pytorch copied to clipboard

compile error

Open liushuai839 opened this issue 4 years ago • 1 comments

Hi,author When I compile the program with code: python test/nms/test_nms.py I met a error: ImportError: /home/liushuai/STUDY/MyWorkSpace/object_detection_test/easy-faster-rcnn.pytorch-master/support/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

How can I solve it? I hope you can give me some advice Thank you

liushuai839 avatar Mar 23 '20 05:03 liushuai839

try to install cython and recompile

CharlesPikachu avatar Mar 30 '20 15:03 CharlesPikachu