rsummers11/CADLab

ImportError at from ..cython.cpu_nms import cpu_nms

Closed this issue · 4 comments

As I run train.sh, I get the following error:
ImportError: .........cython/cpu_nms.so: undefined symbol: PyFPE_jbuf

Please look at the image, I could not copy paste text.
image

Could you please help me fix this?
Thanks.

Hey, how did you solve the problem? Can you please share?

Did not solve it yet. I just posted this an hour ago, waiting for help.

Perhaps you need to recompile cython modules. I have added the Makefile in the project. Please download and run "make" in the root folder. @sindhura97 @liveway6

That worked! Thanks!