princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

nms files #99

Closed hannahorn closed 5 years ago

hannahorn commented 5 years ago

I have compiled the nms code files, though am not sure they are being run when called. When it is imported from test/coco.py in line 11: from external.nms import soft_nms, soft_nms_merge , pycharm labels both the soft_nms and soft_nms_merge as unresolved references. I am not very familiar with using c inside python so this may be a trivial issue.

I have the demo file (which uses the exact same import line) running, but when I debug I am not able to go inside the soft_nms functions or print a statement from inside the nms.pyx file.

Thanks for your help and sorry if this is a trivial question.