potterhsu / easy-faster-rcnn.pytorch

An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
MIT License
165 stars 57 forks source link

compile error #25

Open liushuai839 opened 4 years ago

liushuai839 commented 4 years ago

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

CharlesPikachu commented 4 years ago

try to install cython and recompile