FreeAnchor icon indicating copy to clipboard operation
FreeAnchor copied to clipboard

AttributeError: nms

Open BucolicWind opened this issue 5 years ago • 1 comments
trafficstars

from maskrcnn_benchmark import _C “cannot find any reference _C”,how can I deal with this problem?waiting for your reply.thanks

BucolicWind avatar Dec 17 '19 07:12 BucolicWind

Did you follow the INSTALL.md installation steps? python setup.py build develop will compile a dynamic link library(*.so) for the python code. If you can‘t find this file in maskrcnn_benchmark directory, please try to reinstall.

zhangxiaosong18 avatar Dec 17 '19 15:12 zhangxiaosong18