rsummers11 / CADLab

Imaging Biomarkers and Computer-Aided Diagnosis Laboratory

Home Page:https://www.cc.nih.gov/meet-our-doctors/rsummers.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError at from ..cython.cpu_nms import cpu_nms

sindhura97 opened this issue · 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!